#AAE35B

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

Shades of Conifer #AAE35B

Tints of Conifer #AAE35B

Color information

#AAE35B (or 0xAAE35B) is unknown color: approx Conifer. HEX triplet: AA, E3 and 5B. RGB value is (170,227,91). Sum of RGB (Red+Green+Blue) = 170+227+91=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE35B is #551CA4. Grayscale: #C2C2C2. Windows color (decimal): -5577893 or 6022058. OLE color: 6022058.

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

Color convert

RGB17022791-
CMYK0.2500.600.11
HSL85.15º70.83%62.35%-
HSV(B)85.15º59.91%89.02%-
XYZ45.9364.2419.88-
YUV194.4569.62110.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 227 (89.06% from 255) = 46.52%
BLUE value IS 91 (35.94% from 255) = 18.65%
R=34.84%
G=46.52%
B=18.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170227910.2500.600.1185.1570.8362.35
HexAAE35B1903CB55473e
Octal252343133310741312510776
Binary10101010111000111011011110010111100101110101011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE35B; }

 p { color: rgb(170,227,91); }

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

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

 a { background-color: rgb(170,227,91); }

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

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

 span { border-color: rgb(170,227,91); }

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