Html Css Color HEX #AFECAA Moss Green

📋 copy color: '#AFECAA'

red 175 ◦ green 236 ◦ blue 170

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

Shades of Moss Green #AFECAA

Tints of Moss Green #AFECAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.26%

R = 30.12%
G = 40.62%
B = 29.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#AFECAA (or 0xAFECAA) is known color: Moss Green. HEX triplet: AF, EC and AA. RGB value is (175,236,170). Sum of RGB (Red+Green+Blue) = 175+236+170=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAA is #501355. Grayscale: #D2D2D2. Windows color (decimal): -5247830 or 11201711. OLE color: 11201711.

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

Color convert

RGB 175 236 170 -
CMYK 0.26 0 0.28 0.07
HSL 115.45º 0.63% 0.8% -
HSV(B) 115.45º 0.28% 0.93% -
XYZ 54.93 72.01 49.03 -
YUV 210.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 175 236 170 0.26 0 0.28 0.07 115.45 0.63 0.8
Hex AF EC AA 1A 0 1C 7 73 3F 50
Octal 257 354 252 32 0 34 7 163 77 120
Binary 10101111 11101100 10101010 11010 0 11100 111 1110011 111111 1010000

Color Harmonies of #AFECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECAA

Black with #AFECAA

Text Example


Text Example

White with #AFECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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