#AFEBAD

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

Shades of Moss Green #AFEBAD

Tints of Moss Green #AFEBAD

Color information

#AFEBAD (or 0xAFEBAD) is unknown color: approx Moss Green. HEX triplet: AF, EB and AD. RGB value is (175,235,173). Sum of RGB (Red+Green+Blue) = 175+235+173=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAD is #501452. Grayscale: #D2D2D2. Windows color (decimal): -5248083 or 11398063. OLE color: 11398063.

HSL color Cylindrical-coordinate representation of color #AFEBAD: hue angle of 118.06º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBAD is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB175235173-
CMYK0.2600.260.08
HSL118.06º60.78%80%-
HSV(B)118.06º26.38%92.16%-
XYZ54.9371.5550.45-
YUV209.99107.12103.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=30.02%
G=40.31%
B=29.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351730.2600.260.08118.0660.7880
HexAFEBAD1A01A8763d50
Octal257353255320321016675120
Binary10101111111010111010110111010011010100011101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBAD; }

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

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

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

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

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

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

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

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