#AAEC42

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

Shades of Conifer #AAEC42

Tints of Conifer #AAEC42

Color information

#AAEC42 (or 0xAAEC42) is unknown color: approx Conifer. HEX triplet: AA, EC and 42. RGB value is (170,236,66). Sum of RGB (Red+Green+Blue) = 170+236+66=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC42 is #5513BD. Grayscale: #C5C5C5. Windows color (decimal): -5575614 or 4385962. OLE color: 4385962.

HSL color Cylindrical-coordinate representation of color #AAEC42: hue angle of 83.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAEC42 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB17023666-
CMYK0.2800.720.07
HSL83.29º81.73%59.22%-
HSV(B)83.29º72.03%92.55%-
XYZ47.5668.9315.95-
YUV196.8954.13108.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 236 (92.58% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 13.98%
R=36.02%
G=50%
B=13.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170236660.2800.720.0783.2981.7359.22
HexAAEC421C048753523b
Octal252354102340110712312273
Binary10101010111011001000010111000100100011110100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC42; }

 p { color: rgb(170,236,66); }

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

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

 a { background-color: rgb(170,236,66); }

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

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

 span { border-color: rgb(170,236,66); }

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