Html Css Color HEX #AFB39D Green Spring

📋 copy color: '#AFB39D'

red 175 ◦ green 179 ◦ blue 157

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

Shades of Green Spring #AFB39D

Tints of Green Spring #AFB39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.03%

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 34.25%
G = 35.03%
B = 30.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#AFB39D (or 0xAFB39D) is known color: Green Spring. HEX triplet: AF, B3 and 9D. RGB value is (175,179,157). Sum of RGB (Red+Green+Blue) = 175+179+157=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39D is #504C62. Grayscale: #AFAFAF. Windows color (decimal): -5262435 or 10335151. OLE color: 10335151.

HSL color Cylindrical-coordinate representation of color #AFB39D: hue angle of 70.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB39D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 157 -
CMYK 0.02 0 0.12 0.30
HSL 70.91º 0.13% 0.66% -
HSV(B) 70.91º 0.12% 0.7% -
XYZ 39.89 43.79 38.25 -
YUV 175.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 175 179 157 0.02 0 0.12 0.30 70.91 0.13 0.66
Hex AF B3 9D 2 0 C 1E 47 D 42
Octal 257 263 235 2 0 14 36 107 15 102
Binary 10101111 10110011 10011101 10 0 1100 11110 1000111 1101 1000010

Color Harmonies of #AFB39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB39D

Black with #AFB39D

Text Example


Text Example

White with #AFB39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB39D; }

 p { color: rgb(175,179,157); }

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

background-color css

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

 a { background-color: rgb(175,179,157); }

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

border-color css

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

 span { border-color: rgb(175,179,157); }

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