#AAB38E

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

Shades of Green Spring #AAB38E

Tints of Green Spring #AAB38E

Color information

#AAB38E (or 0xAAB38E) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 8E. RGB value is (170,179,142). Sum of RGB (Red+Green+Blue) = 170+179+142=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB38E is #554C71. Grayscale: #ACACAC. Windows color (decimal): -5590130 or 9352106. OLE color: 9352106.

HSL color Cylindrical-coordinate representation of color #AAB38E: hue angle of 74.59º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB38E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB170179142-
CMYK0.0500.210.30
HSL74.59º19.58%62.94%-
HSV(B)74.59º20.67%70.2%-
XYZ37.5842.7431.86-
YUV172.09111.02126.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=34.62%
G=36.46%
B=28.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791420.0500.210.3074.5919.5862.94
HexAAB38E50151E4b143f
Octal2522632165025361132477
Binary10101010101100111000111010101010111110100101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB38E; }

 p { color: rgb(170,179,142); }

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

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

 a { background-color: rgb(170,179,142); }

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

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

 span { border-color: rgb(170,179,142); }

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