#AAD94B

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

Shades of Conifer #AAD94B

Tints of Conifer #AAD94B

Color information

#AAD94B (or 0xAAD94B) is unknown color: approx Conifer. HEX triplet: AA, D9 and 4B. RGB value is (170,217,75). Sum of RGB (Red+Green+Blue) = 170+217+75=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD94B is #5526B4. Grayscale: #BBBBBB. Windows color (decimal): -5580469 or 4970922. OLE color: 4970922.

HSL color Cylindrical-coordinate representation of color #AAD94B: hue angle of 79.86º degrees, saturation: 0.65, 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 #AAD94B is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB17021775-
CMYK0.2200.650.15
HSL79.86º65.14%57.25%-
HSV(B)79.86º65.44%85.1%-
XYZ42.6658.6815.73-
YUV186.7664.93116.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=36.80%
G=46.97%
B=16.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170217750.2200.650.1579.8665.1457.25
HexAAD94B16041F504139
Octal2523311132601011712010171
Binary101010101101100110010111011001000001111110100001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD94B; }

 p { color: rgb(170,217,75); }

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

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

 a { background-color: rgb(170,217,75); }

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

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

 span { border-color: rgb(170,217,75); }

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