#AFFAA7

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

Shades of Madang #AFFAA7

Tints of Madang #AFFAA7

Color information

#AFFAA7 (or 0xAFFAA7) is unknown color: approx Madang. HEX triplet: AF, FA and A7. RGB value is (175,250,167). Sum of RGB (Red+Green+Blue) = 175+250+167=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA7 is #500558. Grayscale: #DADADA. Windows color (decimal): -5244249 or 11008687. OLE color: 11008687.

HSL color Cylindrical-coordinate representation of color #AFFAA7: hue angle of 114.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFFAA7 is Cyan = 0.3, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB175250167-
CMYK0.300.330.02
HSL114.22º89.25%81.76%-
HSV(B)114.22º33.2%98.04%-
XYZ58.8480.2848.95-
YUV218.1199.1597.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 167 (65.62% from 255) = 28.21%
R=29.56%
G=42.23%
B=28.21%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501670.300.330.02114.2289.2581.76
HexAFFAA71E0212725952
Octal257372247360412162131122
Binary10101111111110101010011111110010000110111001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA7; }

 p { color: rgb(175,250,167); }

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

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

 a { background-color: rgb(175,250,167); }

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

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

 span { border-color: rgb(175,250,167); }

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