#AFB89F

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

Shades of Green Spring #AFB89F

Tints of Green Spring #AFB89F

Color information

#AFB89F (or 0xAFB89F) is unknown color: approx Green Spring. HEX triplet: AF, B8 and 9F. RGB value is (175,184,159). Sum of RGB (Red+Green+Blue) = 175+184+159=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89F is #504760. Grayscale: #B2B2B2. Windows color (decimal): -5261153 or 10467503. OLE color: 10467503.

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

Color convert

RGB175184159-
CMYK0.0500.140.28
HSL81.6º14.97%67.25%-
HSV(B)81.6º13.59%72.16%-
XYZ41.0845.939.5-
YUV178.46117.02125.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=33.78%
G=35.52%
B=30.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841590.0500.140.2881.614.9767.25
HexAFB89F50E1C52f43
Octal25727023750163412217103
Binary1010111110111000100111111010111011100101001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB89F; }

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

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

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

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

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

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

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

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