#AFEDAB

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

Shades of Moss Green #AFEDAB

Tints of Moss Green #AFEDAB

Color information

#AFEDAB (or 0xAFEDAB) is unknown color: approx Moss Green. HEX triplet: AF, ED and AB. RGB value is (175,237,171). Sum of RGB (Red+Green+Blue) = 175+237+171=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDAB is #501254. Grayscale: #D3D3D3. Windows color (decimal): -5247573 or 11267503. OLE color: 11267503.

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

Color convert

RGB175237171-
CMYK0.2600.280.07
HSL116.36º64.71%80%-
HSV(B)116.36º27.85%92.94%-
XYZ55.3172.6249.63-
YUV210.94105.46102.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 237 (92.97% from 255) = 40.65%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=30.02%
G=40.65%
B=29.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371710.2600.280.07116.3664.7180
HexAFEDAB1A01C7744150
Octal257355253320347164101120
Binary10101111111011011010101111010011100111111010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDAB; }

 p { color: rgb(175,237,171); }

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

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

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

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

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

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

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