Html Css Color HEX #AFE2AF Moss Green

📋 copy color: '#AFE2AF'

red 175 ◦ green 226 ◦ blue 175

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

Shades of Moss Green #AFE2AF

Tints of Moss Green #AFE2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.24%

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

R = 30.38%
G = 39.24%
B = 30.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#AFE2AF (or 0xAFE2AF) is known color: Moss Green. HEX triplet: AF, E2 and AF. RGB value is (175,226,175). Sum of RGB (Red+Green+Blue) = 175+226+175=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE2AF is #501D50. Grayscale: #CDCDCD. Windows color (decimal): -5250385 or 11526831. OLE color: 11526831.

HSL color Cylindrical-coordinate representation of color #AFE2AF: hue angle of 120º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2AF is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 175 -
CMYK 0.23 0 0.23 0.11
HSL 120º 0.47% 0.79% -
HSV(B) 120º 0.23% 0.89% -
XYZ 52.61 66.6 50.64 -
YUV 204.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 175 226 175 0.23 0 0.23 0.11 120 0.47 0.79
Hex AF E2 AF 17 0 17 B 78 2F 4F
Octal 257 342 257 27 0 27 13 170 57 117
Binary 10101111 11100010 10101111 10111 0 10111 1011 1111000 101111 1001111

Color Harmonies of #AFE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE2AF

Black with #AFE2AF

Text Example


Text Example

White with #AFE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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