#AFB98F

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

Shades of Green Spring #AFB98F

Tints of Green Spring #AFB98F

Color information

#AFB98F (or 0xAFB98F) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 8F. RGB value is (175,185,143). Sum of RGB (Red+Green+Blue) = 175+185+143=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98F is #504670. Grayscale: #B1B1B1. Windows color (decimal): -5260913 or 9419183. OLE color: 9419183.

HSL color Cylindrical-coordinate representation of color #AFB98F: hue angle of 74.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB98F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB175185143-
CMYK0.0500.230.27
HSL74.29º23.08%64.31%-
HSV(B)74.29º22.7%72.55%-
XYZ39.9945.832.72-
YUV177.22108.69126.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=34.79%
G=36.78%
B=28.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851430.0500.230.2774.2923.0864.31
HexAFB98F50171B4a1740
Octal25727121750273311227100
Binary101011111011100110001111101010111110111001010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB98F; }

 p { color: rgb(175,185,143); }

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

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

 a { background-color: rgb(175,185,143); }

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

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

 span { border-color: rgb(175,185,143); }

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