#AFB39C

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

Shades of Green Spring #AFB39C

Tints of Green Spring #AFB39C

Color information

#AFB39C (or 0xAFB39C) is unknown color: approx Green Spring. HEX triplet: AF, B3 and 9C. RGB value is (175,179,156). Sum of RGB (Red+Green+Blue) = 175+179+156=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39C is #504C63. Grayscale: #AFAFAF. Windows color (decimal): -5262436 or 10269615. OLE color: 10269615.

HSL color Cylindrical-coordinate representation of color #AFB39C: hue angle of 70.43º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB39C is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB175179156-
CMYK0.0200.130.30
HSL70.43º13.14%65.69%-
HSV(B)70.43º12.85%70.2%-
XYZ39.843.7537.8-
YUV175.18117.17127.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=34.31%
G=35.10%
B=30.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791560.0200.130.3070.4313.1465.69
HexAFB39C20D1E46d42
Octal25726323420153610615102
Binary101011111011001110011100100110111110100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB39C; }

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

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

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

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

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

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

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

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