Html Css Color HEX #AFB59E Green Spring

📋 copy color: '#AFB59E'

red 175 ◦ green 181 ◦ blue 158

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

Shades of Green Spring #AFB59E

Tints of Green Spring #AFB59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 34.05%
G = 35.21%
B = 30.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#AFB59E (or 0xAFB59E) is known color: Green Spring. HEX triplet: AF, B5 and 9E. RGB value is (175,181,158). Sum of RGB (Red+Green+Blue) = 175+181+158=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59E is #504A61. Grayscale: #B0B0B0. Windows color (decimal): -5261922 or 10401199. OLE color: 10401199.

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

Color convert

RGB 175 181 158 -
CMYK 0.03 0 0.13 0.29
HSL 75.65º 0.13% 0.66% -
HSV(B) 75.65º 0.13% 0.71% -
XYZ 40.37 44.63 38.83 -
YUV 176.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 175 181 158 0.03 0 0.13 0.29 75.65 0.13 0.66
Hex AF B5 9E 3 0 D 1D 4C D 42
Octal 257 265 236 3 0 15 35 114 15 102
Binary 10101111 10110101 10011110 11 0 1101 11101 1001100 1101 1000010

Color Harmonies of #AFB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB59E

Black with #AFB59E

Text Example


Text Example

White with #AFB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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