#A0DE63

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

Shades of Conifer #A0DE63

Tints of Conifer #A0DE63

Color information

#A0DE63 (or 0xA0DE63) is unknown color: approx Conifer. HEX triplet: A0, DE and 63. RGB value is (160,222,99). Sum of RGB (Red+Green+Blue) = 160+222+99=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE63 is #5F219C. Grayscale: #BDBDBD. Windows color (decimal): -6234525 or 6545056. OLE color: 6545056.

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

Color convert

RGB16022299-
CMYK0.2800.550.13
HSL90.24º65.08%62.94%-
HSV(B)90.24º55.41%87.06%-
XYZ42.8760.6221.25-
YUV189.4476.96107-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=33.26%
G=46.15%
B=20.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160222990.2800.550.1390.2465.0862.94
HexA0DE631C037D5a413f
Octal240336143340671513210177
Binary10100000110111101100011111000110111110110110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE63; }

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

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

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

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

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

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

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

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