Html Css Color HEX #AFB59F Green Spring

📋 copy color: '#AFB59F'

red 175 ◦ green 181 ◦ blue 159

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

Shades of Green Spring #AFB59F

Tints of Green Spring #AFB59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

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

R = 33.98%
G = 35.15%
B = 30.87%

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

#AFB59F (or 0xAFB59F) is known color: Green Spring. HEX triplet: AF, B5 and 9F. RGB value is (175,181,159). Sum of RGB (Red+Green+Blue) = 175+181+159=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59F is #504A60. Grayscale: #B0B0B0. Windows color (decimal): -5261921 or 10466735. OLE color: 10466735.

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

Color convert

RGB 175 181 159 -
CMYK 0.03 0 0.12 0.29
HSL 76.36º 0.13% 0.67% -
HSV(B) 76.36º 0.12% 0.71% -
XYZ 40.46 44.66 39.29 -
YUV 176.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 175 181 159 0.03 0 0.12 0.29 76.36 0.13 0.67
Hex AF B5 9F 3 0 C 1D 4C D 43
Octal 257 265 237 3 0 14 35 114 15 103
Binary 10101111 10110101 10011111 11 0 1100 11101 1001100 1101 1000011

Color Harmonies of #AFB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB59F

Black with #AFB59F

Text Example


Text Example

White with #AFB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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