#ABAF95

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

Shades of Green Spring #ABAF95

Tints of Green Spring #ABAF95

Color information

#ABAF95 (or 0xABAF95) is unknown color: approx Green Spring. HEX triplet: AB, AF and 95. RGB value is (171,175,149). Sum of RGB (Red+Green+Blue) = 171+175+149=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF95 is #54506A. Grayscale: #AAAAAA. Windows color (decimal): -5525611 or 9809835. OLE color: 9809835.

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

Color convert

RGB171175149-
CMYK0.0200.150.31
HSL69.23º13.98%63.53%-
HSV(B)69.23º14.86%68.63%-
XYZ37.5541.4934.46-
YUV170.84115.67128.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=34.55%
G=35.35%
B=30.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751490.0200.150.3169.2313.9863.53
HexABAF9520F1F45e40
Octal25325722520173710516100
Binary101010111010111110010101100111111111100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF95; }

 p { color: rgb(171,175,149); }

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

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

 a { background-color: rgb(171,175,149); }

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

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

 span { border-color: rgb(171,175,149); }

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