#AADE5E

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

Shades of Conifer #AADE5E

Tints of Conifer #AADE5E

Color information

#AADE5E (or 0xAADE5E) is unknown color: approx Conifer. HEX triplet: AA, DE and 5E. RGB value is (170,222,94). Sum of RGB (Red+Green+Blue) = 170+222+94=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE5E is #5521A1. Grayscale: #C0C0C0. Windows color (decimal): -5579170 or 6217386. OLE color: 6217386.

HSL color Cylindrical-coordinate representation of color #AADE5E: hue angle of 84.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AADE5E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB17022294-
CMYK0.2300.580.13
HSL84.38º65.98%61.96%-
HSV(B)84.38º57.66%87.06%-
XYZ44.7261.620.12-
YUV191.8672.77112.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=34.98%
G=45.68%
B=19.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170222940.2300.580.1384.3865.9861.96
HexAADE5E1703AD54423e
Octal252336136270721512410276
Binary10101010110111101011110101110111010110110101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE5E; }

 p { color: rgb(170,222,94); }

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

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

 a { background-color: rgb(170,222,94); }

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

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

 span { border-color: rgb(170,222,94); }

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