#AAD04E

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

Shades of Conifer #AAD04E

Tints of Conifer #AAD04E

Color information

#AAD04E (or 0xAAD04E) is unknown color: approx Conifer. HEX triplet: AA, D0 and 4E. RGB value is (170,208,78). Sum of RGB (Red+Green+Blue) = 170+208+78=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD04E is #552FB1. Grayscale: #B6B6B6. Windows color (decimal): -5582770 or 5165226. OLE color: 5165226.

HSL color Cylindrical-coordinate representation of color #AAD04E: hue angle of 77.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD04E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB17020878-
CMYK0.1800.620.18
HSL77.54º58.04%56.08%-
HSV(B)77.54º62.5%81.57%-
XYZ40.5154.2115.54-
YUV181.8269.41119.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 208 (81.64% from 255) = 45.61%
BLUE value IS 78 (30.86% from 255) = 17.11%
R=37.28%
G=45.61%
B=17.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208780.1800.620.1877.5458.0456.08
HexAAD04E1203E124e3a38
Octal25232011622076221167270
Binary10101010110100001001110100100111110100101001110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD04E; }

 p { color: rgb(170,208,78); }

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

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

 a { background-color: rgb(170,208,78); }

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

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

 span { border-color: rgb(170,208,78); }

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