Html Css Color HEX #AFD7A8 Moss Green

📋 copy color: '#AFD7A8'

red 175 ◦ green 215 ◦ blue 168

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

Shades of Moss Green #AFD7A8

Tints of Moss Green #AFD7A8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

 BLUE value IS 168 (66.02% from 255) = 30.11%

R = 31.36%
G = 38.53%
B = 30.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#AFD7A8 (or 0xAFD7A8) is known color: Moss Green. HEX triplet: AF, D7 and A8. RGB value is (175,215,168). Sum of RGB (Red+Green+Blue) = 175+215+168=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD7A8 is #502857. Grayscale: #C5C5C5. Windows color (decimal): -5253208 or 11065263. OLE color: 11065263.

HSL color Cylindrical-coordinate representation of color #AFD7A8: hue angle of 111.06º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD7A8 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 168 -
CMYK 0.19 0 0.22 0.16
HSL 111.06º 0.37% 0.75% -
HSV(B) 111.06º 0.22% 0.84% -
XYZ 49.05 60.54 46.15 -
YUV 197.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 175 215 168 0.19 0 0.22 0.16 111.06 0.37 0.75
Hex AF D7 A8 13 0 16 10 6F 25 4B
Octal 257 327 250 23 0 26 20 157 45 113
Binary 10101111 11010111 10101000 10011 0 10110 10000 1101111 100101 1001011

Color Harmonies of #AFD7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD7A8

Black with #AFD7A8

Text Example


Text Example

White with #AFD7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD7A8; }

 p { color: rgb(175,215,168); }

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

background-color css

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

 a { background-color: rgb(175,215,168); }

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

border-color css

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

 span { border-color: rgb(175,215,168); }

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