Html Css Color HEX #AFD4AB Moss Green

📋 copy color: '#AFD4AB'

red 175 ◦ green 212 ◦ blue 171

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

Shades of Moss Green #AFD4AB

Tints of Moss Green #AFD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.99%

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 31.36%
G = 37.99%
B = 30.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#AFD4AB (or 0xAFD4AB) is known color: Moss Green. HEX triplet: AF, D4 and AB. RGB value is (175,212,171). Sum of RGB (Red+Green+Blue) = 175+212+171=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD4AB is #502B54. Grayscale: #C4C4C4. Windows color (decimal): -5253973 or 11261103. OLE color: 11261103.

HSL color Cylindrical-coordinate representation of color #AFD4AB: hue angle of 114.15º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD4AB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 171 -
CMYK 0.17 0 0.19 0.17
HSL 114.15º 0.32% 0.75% -
HSV(B) 114.15º 0.19% 0.83% -
XYZ 48.57 59.14 47.38 -
YUV 196.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 175 212 171 0.17 0 0.19 0.17 114.15 0.32 0.75
Hex AF D4 AB 11 0 13 11 72 20 4B
Octal 257 324 253 21 0 23 21 162 40 113
Binary 10101111 11010100 10101011 10001 0 10011 10001 1110010 100000 1001011

Color Harmonies of #AFD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4AB

Black with #AFD4AB

Text Example


Text Example

White with #AFD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4AB; }

 p { color: rgb(175,212,171); }

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

background-color css

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

 a { background-color: rgb(175,212,171); }

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

border-color css

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

 span { border-color: rgb(175,212,171); }

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