#AAE94E

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

Shades of Conifer #AAE94E

Tints of Conifer #AAE94E

Color information

#AAE94E (or 0xAAE94E) is unknown color: approx Conifer. HEX triplet: AA, E9 and 4E. RGB value is (170,233,78). Sum of RGB (Red+Green+Blue) = 170+233+78=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE94E is #5516B1. Grayscale: #C5C5C5. Windows color (decimal): -5576370 or 5171626. OLE color: 5171626.

HSL color Cylindrical-coordinate representation of color #AAE94E: hue angle of 84.39º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE94E is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB17023378-
CMYK0.2700.670.09
HSL84.39º77.89%60.98%-
HSV(B)84.39º66.52%91.37%-
XYZ47.0967.3717.73-
YUV196.4961.13109.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 78 (30.86% from 255) = 16.22%
R=35.34%
G=48.44%
B=16.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170233780.2700.670.0984.3977.8960.98
HexAAE94E1B0439544e3d
Octal2523511163301031112411675
Binary101010101110100110011101101101000011100110101001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE94E; }

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

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

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

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

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

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

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

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