Html Css Color HEX #AFB39F Green Spring

📋 copy color: '#AFB39F'

red 175 ◦ green 179 ◦ blue 159

#AFB39F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #AFB39F

Tints of Green Spring #AFB39F

RGB

 RED value IS 175 (68.75% from 255) = 34.11%

 GREEN value IS 179 (70.31% from 255) = 34.89%

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 34.11%
G = 34.89%
B = 30.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#AFB39F (or 0xAFB39F) is known color: Green Spring. HEX triplet: AF, B3 and 9F. RGB value is (175,179,159). Sum of RGB (Red+Green+Blue) = 175+179+159=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39F is #504C60. Grayscale: #AFAFAF. Windows color (decimal): -5262433 or 10466223. OLE color: 10466223.

HSL color Cylindrical-coordinate representation of color #AFB39F: hue angle of 72º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB39F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 159 -
CMYK 0.02 0 0.11 0.30
HSL 72º 0.12% 0.66% -
HSV(B) 72º 0.11% 0.7% -
XYZ 40.06 43.86 39.15 -
YUV 175.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 175 179 159 0.02 0 0.11 0.30 72 0.12 0.66
Hex AF B3 9F 2 0 B 1E 48 C 42
Octal 257 263 237 2 0 13 36 110 14 102
Binary 10101111 10110011 10011111 10 0 1011 11110 1001000 1100 1000010

Color Harmonies of #AFB39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB39F

Black with #AFB39F

Text Example


Text Example

White with #AFB39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB39F; }

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

 H1.HeaderClassName
 {
   color: #AFB39F;
 }
 .AnyTagClassName
 {
   color: #AFB39F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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