#AAF19D

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

Shades of Madang #AAF19D

Tints of Madang #AAF19D

Color information

#AAF19D (or 0xAAF19D) is unknown color: approx Madang. HEX triplet: AA, F1 and 9D. RGB value is (170,241,157). Sum of RGB (Red+Green+Blue) = 170+241+157=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF19D is #550E62. Grayscale: #D2D2D2. Windows color (decimal): -5574243 or 10351018. OLE color: 10351018.

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

Color convert

RGB170241157-
CMYK0.2900.350.05
HSL110.71º75%78.04%-
HSV(B)110.71º34.85%94.51%-
XYZ54.1273.8943.31-
YUV210.1997.9899.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=29.93%
G=42.43%
B=27.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411570.2900.350.05110.717578.04
HexAAF19D1D02356f4b4e
Octal252361235350435157113116
Binary101010101111000110011101111010100011101110111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF19D; }

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

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

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

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

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

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

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

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