Html Css Color HEX #AFDFAF Moss Green

📋 copy color: '#AFDFAF'

red 175 ◦ green 223 ◦ blue 175

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

Shades of Moss Green #AFDFAF

Tints of Moss Green #AFDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

 BLUE value IS 175 (68.75% from 255) = 30.54%

R = 30.54%
G = 38.92%
B = 30.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#AFDFAF (or 0xAFDFAF) is known color: Moss Green. HEX triplet: AF, DF and AF. RGB value is (175,223,175). Sum of RGB (Red+Green+Blue) = 175+223+175=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFAF is #502050. Grayscale: #CBCBCB. Windows color (decimal): -5251153 or 11526063. OLE color: 11526063.

HSL color Cylindrical-coordinate representation of color #AFDFAF: hue angle of 120º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFAF is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 175 -
CMYK 0.22 0 0.22 0.13
HSL 120º 0.43% 0.78% -
HSV(B) 120º 0.22% 0.87% -
XYZ 51.8 64.98 50.37 -
YUV 203.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 175 223 175 0.22 0 0.22 0.13 120 0.43 0.78
Hex AF DF AF 16 0 16 D 78 2B 4E
Octal 257 337 257 26 0 26 15 170 53 116
Binary 10101111 11011111 10101111 10110 0 10110 1101 1111000 101011 1001110

Color Harmonies of #AFDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFAF

Black with #AFDFAF

Text Example


Text Example

White with #AFDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFAF; }

 p { color: rgb(175,223,175); }

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

background-color css

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

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

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

border-color css

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

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

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