#AAEC41

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

Shades of Conifer #AAEC41

Tints of Conifer #AAEC41

Color information

#AAEC41 (or 0xAAEC41) is unknown color: approx Conifer. HEX triplet: AA, EC and 41. RGB value is (170,236,65). Sum of RGB (Red+Green+Blue) = 170+236+65=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC41 is #5513BE. Grayscale: #C5C5C5. Windows color (decimal): -5575615 or 4320426. OLE color: 4320426.

HSL color Cylindrical-coordinate representation of color #AAEC41: hue angle of 83.16º 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 #AAEC41 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB17023665-
CMYK0.2800.720.07
HSL83.16º81.82%59.02%-
HSV(B)83.16º72.46%92.55%-
XYZ47.5368.9215.8-
YUV196.7753.63108.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 236 (92.58% from 255) = 50.11%
BLUE value IS 65 (25.78% from 255) = 13.80%
R=36.09%
G=50.11%
B=13.80%

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
Decimal170236650.2800.720.0783.1681.8259.02
HexAAEC411C048753523b
Octal252354101340110712312273
Binary10101010111011001000001111000100100011110100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC41; }

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

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

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

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

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

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

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

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