#AFB59C

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

Shades of Green Spring #AFB59C

Tints of Green Spring #AFB59C

Color information

#AFB59C (or 0xAFB59C) is unknown color: approx Green Spring. HEX triplet: AF, B5 and 9C. RGB value is (175,181,156). Sum of RGB (Red+Green+Blue) = 175+181+156=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59C is #504A63. Grayscale: #B0B0B0. Windows color (decimal): -5261924 or 10270127. OLE color: 10270127.

HSL color Cylindrical-coordinate representation of color #AFB59C: hue angle of 74.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB59C is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB175181156-
CMYK0.0300.140.29
HSL74.4º14.45%66.08%-
HSV(B)74.4º13.81%70.98%-
XYZ40.244.5637.93-
YUV176.36116.51127.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=34.18%
G=35.35%
B=30.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811560.0300.140.2974.414.4566.08
HexAFB59C30E1D4ae42
Octal25726523430163511216102
Binary101011111011010110011100110111011101100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB59C; }

 p { color: rgb(175,181,156); }

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

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

 a { background-color: rgb(175,181,156); }

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

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

 span { border-color: rgb(175,181,156); }

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