Html Css Color HEX #AFD8A8 Moss Green

📋 copy color: '#AFD8A8'

red 175 ◦ green 216 ◦ blue 168

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

Shades of Moss Green #AFD8A8

Tints of Moss Green #AFD8A8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

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

R = 31.31%
G = 38.64%
B = 30.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#AFD8A8 (or 0xAFD8A8) is known color: Moss Green. HEX triplet: AF, D8 and A8. RGB value is (175,216,168). Sum of RGB (Red+Green+Blue) = 175+216+168=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8A8 is #502757. Grayscale: #C6C6C6. Windows color (decimal): -5252952 or 11065519. OLE color: 11065519.

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

Color convert

RGB 175 216 168 -
CMYK 0.19 0 0.22 0.15
HSL 111.25º 0.38% 0.75% -
HSV(B) 111.25º 0.22% 0.85% -
XYZ 49.3 61.05 46.23 -
YUV 198.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 175 216 168 0.19 0 0.22 0.15 111.25 0.38 0.75
Hex AF D8 A8 13 0 16 F 6F 26 4B
Octal 257 330 250 23 0 26 17 157 46 113
Binary 10101111 11011000 10101000 10011 0 10110 1111 1101111 100110 1001011

Color Harmonies of #AFD8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8A8

Black with #AFD8A8

Text Example


Text Example

White with #AFD8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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