#A0D454

Color #A0D454 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A0D454

Tints of Conifer #A0D454

Color information

#A0D454 (or 0xA0D454) is unknown color: approx Conifer. HEX triplet: A0, D4 and 54. RGB value is (160,212,84). Sum of RGB (Red+Green+Blue) = 160+212+84=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D454 is #5F2BAB. Grayscale: #B6B6B6. Windows color (decimal): -6237100 or 5559456. OLE color: 5559456.

HSL color Cylindrical-coordinate representation of color #A0D454: hue angle of 84.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0D454 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB16021284-
CMYK0.2500.600.17
HSL84.38º59.81%58.04%-
HSV(B)84.38º60.38%83.14%-
XYZ39.6455.216.95-
YUV181.8672.77112.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 212 (83.20% from 255) = 46.49%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=35.09%
G=46.49%
B=18.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160212840.2500.600.1784.3859.8158.04
HexA0D4541903C11543c3a
Octal24032412431074211247472
Binary10100000110101001010100110010111100100011010100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D454; }

 p { color: rgb(160,212,84); }

 H1.HeaderClassName
 {
   color: #A0D454;
 }
 .AnyTagClassName
 {
   color: #A0D454;
 }
</style>
background-color css

<style>
 a { background-color: #A0D454; }

 a { background-color: rgb(160,212,84); }

 div.DivClassName
 {
   background-color: #A0D454;
 }
 .BgClassName
 {
   background-color: #A0D454;
 }
</style>
border-color css

<style>
 span { border-color: #A0D454; }

 span { border-color: rgb(160,212,84); }

 td.TdClassName
 {
   border-color: #A0D454;
 }
 .TagClassName
 {
   border-color: #A0D454;
 }
</style>