#AAD36B

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

Shades of Conifer #AAD36B

Tints of Conifer #AAD36B

Color information

#AAD36B (or 0xAAD36B) is unknown color: approx Conifer. HEX triplet: AA, D3 and 6B. RGB value is (170,211,107). Sum of RGB (Red+Green+Blue) = 170+211+107=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD36B is #552C94. Grayscale: #BBBBBB. Windows color (decimal): -5581973 or 7066538. OLE color: 7066538.

HSL color Cylindrical-coordinate representation of color #AAD36B: hue angle of 83.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD36B is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB170211107-
CMYK0.1900.490.17
HSL83.65º54.17%62.35%-
HSV(B)83.65º49.29%82.75%-
XYZ42.5356.222.52-
YUV186.8982.92115.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 211 (82.81% from 255) = 43.24%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=34.84%
G=43.24%
B=21.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702111070.1900.490.1783.6554.1762.35
HexAAD36B130311154363e
Octal25232315323061211246676
Binary10101010110100111101011100110110001100011010100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD36B; }

 p { color: rgb(170,211,107); }

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

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

 a { background-color: rgb(170,211,107); }

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

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

 span { border-color: rgb(170,211,107); }

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