#AAB094

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

Shades of Green Spring #AAB094

Tints of Green Spring #AAB094

Color information

#AAB094 (or 0xAAB094) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 94. RGB value is (170,176,148). Sum of RGB (Red+Green+Blue) = 170+176+148=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB094 is #554F6B. Grayscale: #ABABAB. Windows color (decimal): -5590892 or 9744554. OLE color: 9744554.

HSL color Cylindrical-coordinate representation of color #AAB094: hue angle of 72.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB094 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB170176148-
CMYK0.0300.160.31
HSL72.86º15.05%63.53%-
HSV(B)72.86º15.91%69.02%-
XYZ37.4541.7334.1-
YUV171.01115.01127.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=34.41%
G=35.63%
B=29.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761480.0300.160.3172.8615.0563.53
HexAAB09430101F49f40
Octal25226022430203711117100
Binary1010101010110000100101001101000011111100100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB094; }

 p { color: rgb(170,176,148); }

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

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

 a { background-color: rgb(170,176,148); }

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

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

 span { border-color: rgb(170,176,148); }

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