#AFB69F

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

Shades of Green Spring #AFB69F

Tints of Green Spring #AFB69F

Color information

#AFB69F (or 0xAFB69F) is unknown color: approx Green Spring. HEX triplet: AF, B6 and 9F. RGB value is (175,182,159). Sum of RGB (Red+Green+Blue) = 175+182+159=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB69F is #504960. Grayscale: #B1B1B1. Windows color (decimal): -5261665 or 10466991. OLE color: 10466991.

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

Color convert

RGB175182159-
CMYK0.0400.130.29
HSL78.26º13.61%66.86%-
HSV(B)78.26º12.64%71.37%-
XYZ40.6745.0739.36-
YUV177.28117.68126.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=33.91%
G=35.27%
B=30.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821590.0400.130.2978.2613.6166.86
HexAFB69F40D1D4ee43
Octal25726623740153511616103
Binary1010111110110110100111111000110111101100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB69F; }

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

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

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

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

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

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

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

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