#AAE74E

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

Shades of Conifer #AAE74E

Tints of Conifer #AAE74E

Color information

#AAE74E (or 0xAAE74E) is unknown color: approx Conifer. HEX triplet: AA, E7 and 4E. RGB value is (170,231,78). Sum of RGB (Red+Green+Blue) = 170+231+78=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE74E is #5518B1. Grayscale: #C3C3C3. Windows color (decimal): -5576882 or 5171114. OLE color: 5171114.

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

Color convert

RGB17023178-
CMYK0.2600.660.09
HSL83.92º76.12%60.59%-
HSV(B)83.92º66.23%90.59%-
XYZ46.5366.2517.54-
YUV195.3261.79109.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 231 (90.62% from 255) = 48.23%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=35.49%
G=48.23%
B=16.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170231780.2600.660.0983.9276.1260.59
HexAAE74E1A0429544c3d
Octal2523471163201021112411475
Binary101010101110011110011101101001000010100110101001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE74E; }

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

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

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

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

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

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

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

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