#AAE34E

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

Shades of Conifer #AAE34E

Tints of Conifer #AAE34E

Color information

#AAE34E (or 0xAAE34E) is unknown color: approx Conifer. HEX triplet: AA, E3 and 4E. RGB value is (170,227,78). Sum of RGB (Red+Green+Blue) = 170+227+78=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE34E is #551CB1. Grayscale: #C1C1C1. Windows color (decimal): -5577906 or 5170090. OLE color: 5170090.

HSL color Cylindrical-coordinate representation of color #AAE34E: hue angle of 82.95º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAE34E is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB17022778-
CMYK0.2500.660.11
HSL82.95º72.68%59.8%-
HSV(B)82.95º65.64%89.02%-
XYZ45.4264.0317.17-
YUV192.9763.12111.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 78 (30.86% from 255) = 16.42%
R=35.79%
G=47.79%
B=16.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170227780.2500.660.1182.9572.6859.8
HexAAE34E19042B53493c
Octal2523431163101021312311174
Binary101010101110001110011101100101000010101110100111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE34E; }

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

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

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

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

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

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

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

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