Html Css Color HEX #AFDCAC Moss Green

📋 copy color: '#AFDCAC'

red 175 ◦ green 220 ◦ blue 172

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

Shades of Moss Green #AFDCAC

Tints of Moss Green #AFDCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.34%

R = 30.86%
G = 38.8%
B = 30.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#AFDCAC (or 0xAFDCAC) is known color: Moss Green. HEX triplet: AF, DC and AC. RGB value is (175,220,172). Sum of RGB (Red+Green+Blue) = 175+220+172=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAC is #502353. Grayscale: #C9C9C9. Windows color (decimal): -5251924 or 11328687. OLE color: 11328687.

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

Color convert

RGB 175 220 172 -
CMYK 0.20 0 0.22 0.14
HSL 116.25º 0.41% 0.77% -
HSV(B) 116.25º 0.22% 0.86% -
XYZ 50.72 63.28 48.57 -
YUV 201.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 175 220 172 0.20 0 0.22 0.14 116.25 0.41 0.77
Hex AF DC AC 14 0 16 E 74 29 4D
Octal 257 334 254 24 0 26 16 164 51 115
Binary 10101111 11011100 10101100 10100 0 10110 1110 1110100 101001 1001101

Color Harmonies of #AFDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCAC

Black with #AFDCAC

Text Example


Text Example

White with #AFDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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