#AAF1A4

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

Shades of Moss Green #AAF1A4

Tints of Moss Green #AAF1A4

Color information

#AAF1A4 (or 0xAAF1A4) is unknown color: approx Moss Green. HEX triplet: AA, F1 and A4. RGB value is (170,241,164). Sum of RGB (Red+Green+Blue) = 170+241+164=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1A4 is #550E5B. Grayscale: #D3D3D3. Windows color (decimal): -5574236 or 10809770. OLE color: 10809770.

HSL color Cylindrical-coordinate representation of color #AAF1A4: hue angle of 115.32º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF1A4 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB170241164-
CMYK0.2900.320.05
HSL115.32º73.33%79.41%-
HSV(B)115.32º31.95%94.51%-
XYZ54.7374.1446.55-
YUV210.99101.4898.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=29.57%
G=41.91%
B=28.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411640.2900.320.05115.3273.3379.41
HexAAF1A41D020573494f
Octal252361244350405163111117
Binary101010101111000110100100111010100000101111001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1A4; }

 p { color: rgb(170,241,164); }

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

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

 a { background-color: rgb(170,241,164); }

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

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

 span { border-color: rgb(170,241,164); }

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