#AAE64E

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

Shades of Conifer #AAE64E

Tints of Conifer #AAE64E

Color information

#AAE64E (or 0xAAE64E) is unknown color: approx Conifer. HEX triplet: AA, E6 and 4E. RGB value is (170,230,78). Sum of RGB (Red+Green+Blue) = 170+230+78=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE64E is #5519B1. Grayscale: #C3C3C3. Windows color (decimal): -5577138 or 5170858. OLE color: 5170858.

HSL color Cylindrical-coordinate representation of color #AAE64E: hue angle of 83.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAE64E is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB17023078-
CMYK0.2600.660.10
HSL83.68º75.25%60.39%-
HSV(B)83.68º66.09%90.2%-
XYZ46.2565.6917.45-
YUV194.7362.12110.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 230 (90.23% from 255) = 48.12%
BLUE value IS 78 (30.86% from 255) = 16.32%
R=35.56%
G=48.12%
B=16.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170230780.2600.660.1083.6875.2560.39
HexAAE64E1A042A544b3c
Octal2523461163201021212411374
Binary101010101110011010011101101001000010101010101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE64E; }

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

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

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

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

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

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

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

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