#AFEEA9

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

Shades of Moss Green #AFEEA9

Tints of Moss Green #AFEEA9

Color information

#AFEEA9 (or 0xAFEEA9) is unknown color: approx Moss Green. HEX triplet: AF, EE and A9. RGB value is (175,238,169). Sum of RGB (Red+Green+Blue) = 175+238+169=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEA9 is #501156. Grayscale: #D3D3D3. Windows color (decimal): -5247319 or 11136687. OLE color: 11136687.

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

Color convert

RGB175238169-
CMYK0.2600.290.07
HSL114.78º66.99%79.8%-
HSV(B)114.78º28.99%93.33%-
XYZ55.4273.1348.73-
YUV211.3104.13102.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 238 (93.36% from 255) = 40.89%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=30.07%
G=40.89%
B=29.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381690.2600.290.07114.7866.9979.8
HexAFEEA91A01D7734350
Octal257356251320357163103120
Binary10101111111011101010100111010011101111111001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEA9; }

 p { color: rgb(175,238,169); }

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

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

 a { background-color: rgb(175,238,169); }

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

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

 span { border-color: rgb(175,238,169); }

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