Html Css Color HEX #AFE8AC Moss Green

📋 copy color: '#AFE8AC'

red 175 ◦ green 232 ◦ blue 172

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

Shades of Moss Green #AFE8AC

Tints of Moss Green #AFE8AC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.07%

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

R = 30.22%
G = 40.07%
B = 29.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#AFE8AC (or 0xAFE8AC) is known color: Moss Green. HEX triplet: AF, E8 and AC. RGB value is (175,232,172). Sum of RGB (Red+Green+Blue) = 175+232+172=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE8AC is #501753. Grayscale: #D0D0D0. Windows color (decimal): -5248852 or 11331759. OLE color: 11331759.

HSL color Cylindrical-coordinate representation of color #AFE8AC: hue angle of 117º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE8AC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 172 -
CMYK 0.25 0 0.26 0.09
HSL 117º 0.57% 0.79% -
HSV(B) 117º 0.26% 0.91% -
XYZ 53.98 69.81 49.66 -
YUV 208.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 175 232 172 0.25 0 0.26 0.09 117 0.57 0.79
Hex AF E8 AC 19 0 1A 9 75 39 4F
Octal 257 350 254 31 0 32 11 165 71 117
Binary 10101111 11101000 10101100 11001 0 11010 1001 1110101 111001 1001111

Color Harmonies of #AFE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8AC

Black with #AFE8AC

Text Example


Text Example

White with #AFE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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