#AAE256

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

Shades of Conifer #AAE256

Tints of Conifer #AAE256

Color information

#AAE256 (or 0xAAE256) is unknown color: approx Conifer. HEX triplet: AA, E2 and 56. RGB value is (170,226,86). Sum of RGB (Red+Green+Blue) = 170+226+86=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE256 is #551DA9. Grayscale: #C1C1C1. Windows color (decimal): -5578154 or 5694122. OLE color: 5694122.

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

Color convert

RGB17022686-
CMYK0.2500.620.11
HSL84º70.71%61.18%-
HSV(B)84º61.95%88.63%-
XYZ45.4563.6118.69-
YUV193.367.45111.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 86 (33.98% from 255) = 17.84%
R=35.27%
G=46.89%
B=17.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170226860.2500.620.118470.7161.18
HexAAE2561903EB54473d
Octal252342126310761312410775
Binary10101010111000101010110110010111110101110101001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE256; }

 p { color: rgb(170,226,86); }

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

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

 a { background-color: rgb(170,226,86); }

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

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

 span { border-color: rgb(170,226,86); }

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