#AFB89E

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

Shades of Green Spring #AFB89E

Tints of Green Spring #AFB89E

Color information

#AFB89E (or 0xAFB89E) is unknown color: approx Green Spring. HEX triplet: AF, B8 and 9E. RGB value is (175,184,158). Sum of RGB (Red+Green+Blue) = 175+184+158=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89E is #504761. Grayscale: #B2B2B2. Windows color (decimal): -5261154 or 10401967. OLE color: 10401967.

HSL color Cylindrical-coordinate representation of color #AFB89E: hue angle of 80.77º 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 #AFB89E is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB175184158-
CMYK0.0500.140.28
HSL80.77º15.48%67.06%-
HSV(B)80.77º14.13%72.16%-
XYZ40.9945.8639.04-
YUV178.34116.52125.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=33.85%
G=35.59%
B=30.56%

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
Decimal1751841580.0500.140.2880.7715.4867.06
HexAFB89E50E1C51f43
Octal25727023650163412117103
Binary1010111110111000100111101010111011100101000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB89E; }

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

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

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

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

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

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

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

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