Html Css Color HEX #AFB19F Green Spring

📋 copy color: '#AFB19F'

red 175 ◦ green 177 ◦ blue 159

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

Shades of Green Spring #AFB19F

Tints of Green Spring #AFB19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.64%

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

R = 34.25%
G = 34.64%
B = 31.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFB19F (or 0xAFB19F) is known color: Green Spring. HEX triplet: AF, B1 and 9F. RGB value is (175,177,159). Sum of RGB (Red+Green+Blue) = 175+177+159=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB19F is #504E60. Grayscale: #AEAEAE. Windows color (decimal): -5262945 or 10465711. OLE color: 10465711.

HSL color Cylindrical-coordinate representation of color #AFB19F: hue angle of 66.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB19F is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 159 -
CMYK 0.01 0 0.10 0.31
HSL 66.67º 0.1% 0.66% -
HSV(B) 66.67º 0.1% 0.69% -
XYZ 39.66 43.06 39.02 -
YUV 174.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 175 177 159 0.01 0 0.10 0.31 66.67 0.1 0.66
Hex AF B1 9F 1 0 A 1F 43 A 42
Octal 257 261 237 1 0 12 37 103 12 102
Binary 10101111 10110001 10011111 1 0 1010 11111 1000011 1010 1000010

Color Harmonies of #AFB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB19F

Black with #AFB19F

Text Example


Text Example

White with #AFB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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