#AFECAD

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

Shades of Moss Green #AFECAD

Tints of Moss Green #AFECAD

Color information

#AFECAD (or 0xAFECAD) is unknown color: approx Moss Green. HEX triplet: AF, EC and AD. RGB value is (175,236,173). Sum of RGB (Red+Green+Blue) = 175+236+173=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAD is #501352. Grayscale: #D2D2D2. Windows color (decimal): -5247827 or 11398319. OLE color: 11398319.

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

Color convert

RGB175236173-
CMYK0.2600.270.07
HSL118.1º62.38%80.2%-
HSV(B)118.1º26.69%92.55%-
XYZ55.2272.1250.55-
YUV210.58106.79102.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 236 (92.58% from 255) = 40.41%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=29.97%
G=40.41%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361730.2600.270.07118.162.3880.2
HexAFECAD1A01B7763e50
Octal25735425532033716676120
Binary1010111111101100101011011101001101111111101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECAD; }

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

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

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

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

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

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

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

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