Html Css Color HEX #AFDCAF Moss Green

📋 copy color: '#AFDCAF'

red 175 ◦ green 220 ◦ blue 175

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

Shades of Moss Green #AFDCAF

Tints of Moss Green #AFDCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 30.7%
G = 38.6%
B = 30.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#AFDCAF (or 0xAFDCAF) is known color: Moss Green. HEX triplet: AF, DC and AF. RGB value is (175,220,175). Sum of RGB (Red+Green+Blue) = 175+220+175=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAF is #502350. Grayscale: #C9C9C9. Windows color (decimal): -5251921 or 11525295. OLE color: 11525295.

HSL color Cylindrical-coordinate representation of color #AFDCAF: hue angle of 120º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCAF is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 175 -
CMYK 0.20 0 0.20 0.14
HSL 120º 0.39% 0.77% -
HSV(B) 120º 0.2% 0.86% -
XYZ 51.01 63.4 50.11 -
YUV 201.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 175 220 175 0.20 0 0.20 0.14 120 0.39 0.77
Hex AF DC AF 14 0 14 E 78 27 4D
Octal 257 334 257 24 0 24 16 170 47 115
Binary 10101111 11011100 10101111 10100 0 10100 1110 1111000 100111 1001101

Color Harmonies of #AFDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCAF

Black with #AFDCAF

Text Example


Text Example

White with #AFDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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