#AFE6AF

Color #AFE6AF Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #AFE6AF

Tints of Moss Green #AFE6AF

Color information

#AFE6AF (or 0xAFE6AF) is unknown color: approx Moss Green. HEX triplet: AF, E6 and AF. RGB value is (175,230,175). Sum of RGB (Red+Green+Blue) = 175+230+175=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE6AF is #501950. Grayscale: #CFCFCF. Windows color (decimal): -5249361 or 11527855. OLE color: 11527855.

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

Color convert

RGB175230175-
CMYK0.2400.240.10
HSL120º52.38%79.41%-
HSV(B)120º23.91%90.2%-
XYZ53.7168.851.01-
YUV207.28109.78104.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 230 (90.23% from 255) = 39.66%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=30.17%
G=39.66%
B=30.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301750.2400.240.1012052.3879.41
HexAFE6AF18018A78344f
Octal257346257300301217064117
Binary10101111111001101010111111000011000101011110001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6AF; }

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

 H1.HeaderClassName
 {
   color: #AFE6AF;
 }
 .AnyTagClassName
 {
   color: #AFE6AF;
 }
</style>
background-color css

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

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

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

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

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

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