Html Css Color HEX #AFB49E Green Spring

📋 copy color: '#AFB49E'

red 175 ◦ green 180 ◦ blue 158

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

Shades of Green Spring #AFB49E

Tints of Green Spring #AFB49E

RGB

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

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

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

R = 34.11%
G = 35.09%
B = 30.8%

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

#AFB49E (or 0xAFB49E) is known color: Green Spring. HEX triplet: AF, B4 and 9E. RGB value is (175,180,158). Sum of RGB (Red+Green+Blue) = 175+180+158=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49E is #504B61. Grayscale: #B0B0B0. Windows color (decimal): -5262178 or 10400943. OLE color: 10400943.

HSL color Cylindrical-coordinate representation of color #AFB49E: hue angle of 73.64º degrees, saturation: 0.13, 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 #AFB49E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 158 -
CMYK 0.03 0 0.12 0.29
HSL 73.64º 0.13% 0.66% -
HSV(B) 73.64º 0.12% 0.71% -
XYZ 40.17 44.23 38.77 -
YUV 176 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 175 180 158 0.03 0 0.12 0.29 73.64 0.13 0.66
Hex AF B4 9E 3 0 C 1D 4A D 42
Octal 257 264 236 3 0 14 35 112 15 102
Binary 10101111 10110100 10011110 11 0 1100 11101 1001010 1101 1000010

Color Harmonies of #AFB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB49E

Black with #AFB49E

Text Example


Text Example

White with #AFB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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