Html Css Color HEX #AFB49F Green Spring

📋 copy color: '#AFB49F'

red 175 ◦ green 180 ◦ blue 159

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

Shades of Green Spring #AFB49F

Tints of Green Spring #AFB49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

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

R = 34.05%
G = 35.02%
B = 30.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#AFB49F (or 0xAFB49F) is known color: Green Spring. HEX triplet: AF, B4 and 9F. RGB value is (175,180,159). Sum of RGB (Red+Green+Blue) = 175+180+159=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49F is #504B60. Grayscale: #B0B0B0. Windows color (decimal): -5262177 or 10466479. OLE color: 10466479.

HSL color Cylindrical-coordinate representation of color #AFB49F: hue angle of 74.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB49F is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 159 -
CMYK 0.03 0 0.12 0.29
HSL 74.29º 0.12% 0.66% -
HSV(B) 74.29º 0.12% 0.71% -
XYZ 40.26 44.26 39.22 -
YUV 176.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 175 180 159 0.03 0 0.12 0.29 74.29 0.12 0.66
Hex AF B4 9F 3 0 C 1D 4A C 42
Octal 257 264 237 3 0 14 35 112 14 102
Binary 10101111 10110100 10011111 11 0 1100 11101 1001010 1100 1000010

Color Harmonies of #AFB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB49F

Black with #AFB49F

Text Example


Text Example

White with #AFB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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