Html Css Color HEX #AFECAC Moss Green

📋 copy color: '#AFECAC'

red 175 ◦ green 236 ◦ blue 172

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

Shades of Moss Green #AFECAC

Tints of Moss Green #AFECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.48%

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

R = 30.02%
G = 40.48%
B = 29.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#AFECAC (or 0xAFECAC) is known color: Moss Green. HEX triplet: AF, EC and AC. RGB value is (175,236,172). Sum of RGB (Red+Green+Blue) = 175+236+172=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAC is #501353. Grayscale: #D2D2D2. Windows color (decimal): -5247828 or 11332783. OLE color: 11332783.

HSL color Cylindrical-coordinate representation of color #AFECAC: hue angle of 117.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFECAC is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 172 -
CMYK 0.26 0 0.27 0.07
HSL 117.19º 0.63% 0.8% -
HSV(B) 117.19º 0.27% 0.93% -
XYZ 55.12 72.08 50.04 -
YUV 210.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 175 236 172 0.26 0 0.27 0.07 117.19 0.63 0.8
Hex AF EC AC 1A 0 1B 7 75 3F 50
Octal 257 354 254 32 0 33 7 165 77 120
Binary 10101111 11101100 10101100 11010 0 11011 111 1110101 111111 1010000

Color Harmonies of #AFECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECAC

Black with #AFECAC

Text Example


Text Example

White with #AFECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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