Html Css Color HEX #AFB29F Green Spring

📋 copy color: '#AFB29F'

red 175 ◦ green 178 ◦ blue 159

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

Shades of Green Spring #AFB29F

Tints of Green Spring #AFB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 34.18%
G = 34.77%
B = 31.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#AFB29F (or 0xAFB29F) is known color: Green Spring. HEX triplet: AF, B2 and 9F. RGB value is (175,178,159). Sum of RGB (Red+Green+Blue) = 175+178+159=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29F is #504D60. Grayscale: #AFAFAF. Windows color (decimal): -5262689 or 10465967. OLE color: 10465967.

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

Color convert

RGB 175 178 159 -
CMYK 0.02 0 0.11 0.30
HSL 69.47º 0.11% 0.66% -
HSV(B) 69.47º 0.11% 0.7% -
XYZ 39.86 43.46 39.09 -
YUV 174.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 175 178 159 0.02 0 0.11 0.30 69.47 0.11 0.66
Hex AF B2 9F 2 0 B 1E 45 B 42
Octal 257 262 237 2 0 13 36 105 13 102
Binary 10101111 10110010 10011111 10 0 1011 11110 1000101 1011 1000010

Color Harmonies of #AFB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB29F

Black with #AFB29F

Text Example


Text Example

White with #AFB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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