#A0DE61

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

Shades of Conifer #A0DE61

Tints of Conifer #A0DE61

Color information

#A0DE61 (or 0xA0DE61) is unknown color: approx Conifer. HEX triplet: A0, DE and 61. RGB value is (160,222,97). Sum of RGB (Red+Green+Blue) = 160+222+97=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE61 is #5F219E. Grayscale: #BDBDBD. Windows color (decimal): -6234527 or 6413984. OLE color: 6413984.

HSL color Cylindrical-coordinate representation of color #A0DE61: hue angle of 89.76º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0DE61 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB16022297-
CMYK0.2800.560.13
HSL89.76º65.45%62.55%-
HSV(B)89.76º56.31%87.06%-
XYZ42.7860.5820.75-
YUV189.2175.96107.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=33.40%
G=46.35%
B=20.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160222970.2800.560.1389.7665.4562.55
HexA0DE611C038D5a413f
Octal240336141340701513210177
Binary10100000110111101100001111000111000110110110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE61; }

 p { color: rgb(160,222,97); }

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

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

 a { background-color: rgb(160,222,97); }

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

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

 span { border-color: rgb(160,222,97); }

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