Html Css Color HEX #AFB59A Green Spring

📋 copy color: '#AFB59A'

red 175 ◦ green 181 ◦ blue 154

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

Shades of Green Spring #AFB59A

Tints of Green Spring #AFB59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.2%

R = 34.31%
G = 35.49%
B = 30.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#AFB59A (or 0xAFB59A) is known color: Green Spring. HEX triplet: AF, B5 and 9A. RGB value is (175,181,154). Sum of RGB (Red+Green+Blue) = 175+181+154=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59A is #504A65. Grayscale: #B0B0B0. Windows color (decimal): -5261926 or 10139055. OLE color: 10139055.

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

Color convert

RGB 175 181 154 -
CMYK 0.03 0 0.15 0.29
HSL 73.33º 0.15% 0.66% -
HSV(B) 73.33º 0.15% 0.71% -
XYZ 40.04 44.49 37.05 -
YUV 176.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 175 181 154 0.03 0 0.15 0.29 73.33 0.15 0.66
Hex AF B5 9A 3 0 F 1D 49 F 42
Octal 257 265 232 3 0 17 35 111 17 102
Binary 10101111 10110101 10011010 11 0 1111 11101 1001001 1111 1000010

Color Harmonies of #AFB59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB59A

Black with #AFB59A

Text Example


Text Example

White with #AFB59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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