#AAE05A

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

Shades of Conifer #AAE05A

Tints of Conifer #AAE05A

Color information

#AAE05A (or 0xAAE05A) is unknown color: approx Conifer. HEX triplet: AA, E0 and 5A. RGB value is (170,224,90). Sum of RGB (Red+Green+Blue) = 170+224+90=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE05A is #551FA5. Grayscale: #C1C1C1. Windows color (decimal): -5578662 or 5955754. OLE color: 5955754.

HSL color Cylindrical-coordinate representation of color #AAE05A: hue angle of 84.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE05A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB17022490-
CMYK0.2400.600.12
HSL84.18º68.37%61.57%-
HSV(B)84.18º59.82%87.84%-
XYZ45.0862.619.38-
YUV192.5870.11111.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=35.12%
G=46.28%
B=18.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170224900.2400.600.1284.1868.3761.57
HexAAE05A1803CC54443e
Octal252340132300741412410476
Binary10101010111000001011010110000111100110010101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE05A; }

 p { color: rgb(170,224,90); }

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

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

 a { background-color: rgb(170,224,90); }

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

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

 span { border-color: rgb(170,224,90); }

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