#aad84c

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

Shades of Conifer #AAD84C

Tints of Conifer #AAD84C

Color information

#AAD84C (or 0xAAD84C) is unknown color: approx Conifer. HEX triplet: AA, D8 and 4C. RGB value is (170,216,76). Sum of RGB (Red+Green+Blue) = 170+216+76=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD84C is #5527B3. Grayscale: #BABABA. Windows color (decimal): -5580724 or 5036202. OLE color: 5036202.

HSL color Cylindrical-coordinate representation of color #AAD84C: hue angle of 79.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD84C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB17021676-
CMYK0.2100.650.15
HSL79.71º64.22%57.25%-
HSV(B)79.71º64.81%84.71%-
XYZ42.4458.1815.83-
YUV186.2965.76116.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 216 (84.77% from 255) = 46.75%
BLUE value IS 76 (30.08% from 255) = 16.45%
R=36.80%
G=46.75%
B=16.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170216760.2100.650.1579.7164.2257.25
HexAAD84C15041F504039
Octal2523301142501011712010071
Binary101010101101100010011001010101000001111110100001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad84c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad84c; }

 p { color: rgb(170,216,76); }

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

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

 a { background-color: rgb(170,216,76); }

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

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

 span { border-color: rgb(170,216,76); }

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