Html Css Color HEX #AFE0AF Moss Green

📋 copy color: '#AFE0AF'

red 175 ◦ green 224 ◦ blue 175

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

Shades of Moss Green #AFE0AF

Tints of Moss Green #AFE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

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

R = 30.49%
G = 39.02%
B = 30.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#AFE0AF (or 0xAFE0AF) is known color: Moss Green. HEX triplet: AF, E0 and AF. RGB value is (175,224,175). Sum of RGB (Red+Green+Blue) = 175+224+175=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE0AF is #501F50. Grayscale: #CBCBCB. Windows color (decimal): -5250897 or 11526319. OLE color: 11526319.

HSL color Cylindrical-coordinate representation of color #AFE0AF: hue angle of 120º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0AF is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 175 -
CMYK 0.22 0 0.22 0.12
HSL 120º 0.44% 0.78% -
HSV(B) 120º 0.22% 0.88% -
XYZ 52.07 65.52 50.46 -
YUV 203.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 175 224 175 0.22 0 0.22 0.12 120 0.44 0.78
Hex AF E0 AF 16 0 16 C 78 2C 4E
Octal 257 340 257 26 0 26 14 170 54 116
Binary 10101111 11100000 10101111 10110 0 10110 1100 1111000 101100 1001110

Color Harmonies of #AFE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0AF

Black with #AFE0AF

Text Example


Text Example

White with #AFE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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