#ABB09A

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

Shades of Green Spring #ABB09A

Tints of Green Spring #ABB09A

Color information

#ABB09A (or 0xABB09A) is unknown color: approx Green Spring. HEX triplet: AB, B0 and 9A. RGB value is (171,176,154). Sum of RGB (Red+Green+Blue) = 171+176+154=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB09A is #544F65. Grayscale: #ACACAC. Windows color (decimal): -5525350 or 10137771. OLE color: 10137771.

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

Color convert

RGB171176154-
CMYK0.0300.120.31
HSL73.64º12.22%64.71%-
HSV(B)73.64º12.5%69.02%-
XYZ38.1542.0436.68-
YUV172117.84127.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=34.13%
G=35.13%
B=30.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761540.0300.120.3173.6412.2264.71
HexABB09A30C1F4ac41
Octal25326023230143711214101
Binary101010111011000010011010110110011111100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB09A; }

 p { color: rgb(171,176,154); }

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

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

 a { background-color: rgb(171,176,154); }

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

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

 span { border-color: rgb(171,176,154); }

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