#AAE455

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

Shades of Conifer #AAE455

Tints of Conifer #AAE455

Color information

#AAE455 (or 0xAAE455) is unknown color: approx Conifer. HEX triplet: AA, E4 and 55. RGB value is (170,228,85). Sum of RGB (Red+Green+Blue) = 170+228+85=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE455 is #551BAA. Grayscale: #C2C2C2. Windows color (decimal): -5577643 or 5629098. OLE color: 5629098.

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

Color convert

RGB17022885-
CMYK0.2500.630.11
HSL84.34º72.59%61.37%-
HSV(B)84.34º62.72%89.41%-
XYZ45.9664.6918.66-
YUV194.3666.28110.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=35.20%
G=47.20%
B=17.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170228850.2500.630.1184.3472.5961.37
HexAAE4551903FB54493d
Octal252344125310771312411175
Binary10101010111001001010101110010111111101110101001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE455; }

 p { color: rgb(170,228,85); }

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

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

 a { background-color: rgb(170,228,85); }

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

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

 span { border-color: rgb(170,228,85); }

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