#AAE444

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

Shades of Conifer #AAE444

Tints of Conifer #AAE444

Color information

#AAE444 (or 0xAAE444) is unknown color: approx Conifer. HEX triplet: AA, E4 and 44. RGB value is (170,228,68). Sum of RGB (Red+Green+Blue) = 170+228+68=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE444 is #551BBB. Grayscale: #C0C0C0. Windows color (decimal): -5577660 or 4514986. OLE color: 4514986.

HSL color Cylindrical-coordinate representation of color #AAE444: hue angle of 81.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE444 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB17022868-
CMYK0.2500.700.11
HSL81.75º74.77%58.04%-
HSV(B)81.75º70.18%89.41%-
XYZ45.3664.4515.52-
YUV192.4257.78112.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 228 (89.45% from 255) = 48.93%
BLUE value IS 68 (26.95% from 255) = 14.59%
R=36.48%
G=48.93%
B=14.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170228680.2500.700.1181.7574.7758.04
HexAAE44419046B524b3a
Octal2523441043101061312211372
Binary101010101110010010001001100101000110101110100101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE444; }

 p { color: rgb(170,228,68); }

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

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

 a { background-color: rgb(170,228,68); }

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

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

 span { border-color: rgb(170,228,68); }

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