#A2DE63

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

Shades of Conifer #A2DE63

Tints of Conifer #A2DE63

Color information

#A2DE63 (or 0xA2DE63) is unknown color: approx Conifer. HEX triplet: A2, DE and 63. RGB value is (162,222,99). Sum of RGB (Red+Green+Blue) = 162+222+99=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE63 is #5D219C. Grayscale: #BEBEBE. Windows color (decimal): -6103453 or 6545058. OLE color: 6545058.

HSL color Cylindrical-coordinate representation of color #A2DE63: hue angle of 89.27º 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 #A2DE63 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB16222299-
CMYK0.2700.550.13
HSL89.27º65.08%62.94%-
HSV(B)89.27º55.41%87.06%-
XYZ43.2760.8221.26-
YUV190.0476.62108-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=33.54%
G=45.96%
B=20.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162222990.2700.550.1389.2765.0862.94
HexA2DE631B037D59413f
Octal242336143330671513110177
Binary10100010110111101100011110110110111110110110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DE63; }

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

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

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

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

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

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

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

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