#AFEFAB

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

Shades of Moss Green #AFEFAB

Tints of Moss Green #AFEFAB

Color information

#AFEFAB (or 0xAFEFAB) is unknown color: approx Moss Green. HEX triplet: AF, EF and AB. RGB value is (175,239,171). Sum of RGB (Red+Green+Blue) = 175+239+171=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFAB is #501054. Grayscale: #D4D4D4. Windows color (decimal): -5247061 or 11268015. OLE color: 11268015.

HSL color Cylindrical-coordinate representation of color #AFEFAB: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEFAB is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB175239171-
CMYK0.2700.280.06
HSL116.47º68%80.39%-
HSV(B)116.47º28.45%93.73%-
XYZ55.973.7949.82-
YUV212.11104.8101.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=29.91%
G=40.85%
B=29.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391710.2700.280.06116.476880.39
HexAFEFAB1B01C6744450
Octal257357253330346164104120
Binary10101111111011111010101111011011100110111010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFAB; }

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

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

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

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

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

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

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

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