#AFB79F

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

Shades of Green Spring #AFB79F

Tints of Green Spring #AFB79F

Color information

#AFB79F (or 0xAFB79F) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 9F. RGB value is (175,183,159). Sum of RGB (Red+Green+Blue) = 175+183+159=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB79F is #504860. Grayscale: #B1B1B1. Windows color (decimal): -5261409 or 10467247. OLE color: 10467247.

HSL color Cylindrical-coordinate representation of color #AFB79F: hue angle of 80º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB79F is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB175183159-
CMYK0.0400.130.28
HSL80º14.29%67.06%-
HSV(B)80º13.11%71.76%-
XYZ40.8745.4839.43-
YUV177.87117.35125.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=33.85%
G=35.40%
B=30.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831590.0400.130.288014.2967.06
HexAFB79F40D1C50e43
Octal25726723740153412016103
Binary1010111110110111100111111000110111100101000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB79F; }

 p { color: rgb(175,183,159); }

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

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

 a { background-color: rgb(175,183,159); }

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

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

 span { border-color: rgb(175,183,159); }

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