#AAE561

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

Shades of Conifer #AAE561

Tints of Conifer #AAE561

Color information

#AAE561 (or 0xAAE561) is unknown color: approx Conifer. HEX triplet: AA, E5 and 61. RGB value is (170,229,97). Sum of RGB (Red+Green+Blue) = 170+229+97=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE561 is #551A9E. Grayscale: #C4C4C4. Windows color (decimal): -5577375 or 6415786. OLE color: 6415786.

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

Color convert

RGB17022997-
CMYK0.2600.580.10
HSL86.82º71.74%63.92%-
HSV(B)86.82º57.64%89.8%-
XYZ46.7565.4521.48-
YUV196.3171.95109.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 229 (89.84% from 255) = 46.17%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=34.27%
G=46.17%
B=19.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170229970.2600.580.1086.8271.7463.92
HexAAE5611A03AA574840
Octal2523451413207212127110100
Binary101010101110010111000011101001110101010101011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE561; }

 p { color: rgb(170,229,97); }

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

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

 a { background-color: rgb(170,229,97); }

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

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

 span { border-color: rgb(170,229,97); }

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