Html Css Color HEX #AFE3AF Moss Green

📋 copy color: '#AFE3AF'

red 175 ◦ green 227 ◦ blue 175

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

Shades of Moss Green #AFE3AF

Tints of Moss Green #AFE3AF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.34%

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

R = 30.33%
G = 39.34%
B = 30.33%

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

#AFE3AF (or 0xAFE3AF) is known color: Moss Green. HEX triplet: AF, E3 and AF. RGB value is (175,227,175). Sum of RGB (Red+Green+Blue) = 175+227+175=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3AF is #501C50. Grayscale: #CDCDCD. Windows color (decimal): -5250129 or 11527087. OLE color: 11527087.

HSL color Cylindrical-coordinate representation of color #AFE3AF: hue angle of 120º degrees, saturation: 0.48, 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 #AFE3AF is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 175 -
CMYK 0.23 0 0.23 0.11
HSL 120º 0.48% 0.79% -
HSV(B) 120º 0.23% 0.89% -
XYZ 52.89 67.15 50.73 -
YUV 205.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 175 227 175 0.23 0 0.23 0.11 120 0.48 0.79
Hex AF E3 AF 17 0 17 B 78 30 4F
Octal 257 343 257 27 0 27 13 170 60 117
Binary 10101111 11100011 10101111 10111 0 10111 1011 1111000 110000 1001111

Color Harmonies of #AFE3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3AF

Black with #AFE3AF

Text Example


Text Example

White with #AFE3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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