#AFEBAA

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

Shades of Moss Green #AFEBAA

Tints of Moss Green #AFEBAA

Color information

#AFEBAA (or 0xAFEBAA) is unknown color: approx Moss Green. HEX triplet: AF, EB and AA. RGB value is (175,235,170). Sum of RGB (Red+Green+Blue) = 175+235+170=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAA is #501455. Grayscale: #D1D1D1. Windows color (decimal): -5248086 or 11201455. OLE color: 11201455.

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

Color convert

RGB175235170-
CMYK0.2600.280.08
HSL115.38º61.9%79.41%-
HSV(B)115.38º27.66%92.16%-
XYZ54.6471.4348.94-
YUV209.65105.62103.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=30.17%
G=40.52%
B=29.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351700.2600.280.08115.3861.979.41
HexAFEBAA1A01C8733e4f
Octal257353252320341016376117
Binary10101111111010111010101011010011100100011100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBAA; }

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

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

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

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

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

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

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

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