#AFF7A1

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

Shades of Madang #AFF7A1

Tints of Madang #AFF7A1

Color information

#AFF7A1 (or 0xAFF7A1) is unknown color: approx Madang. HEX triplet: AF, F7 and A1. RGB value is (175,247,161). Sum of RGB (Red+Green+Blue) = 175+247+161=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7A1 is #50085E. Grayscale: #D7D7D7. Windows color (decimal): -5245023 or 10614703. OLE color: 10614703.

HSL color Cylindrical-coordinate representation of color #AFF7A1: hue angle of 110.23º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFF7A1 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB175247161-
CMYK0.2900.350.03
HSL110.23º84.31%80%-
HSV(B)110.23º34.82%96.86%-
XYZ57.3778.2145.79-
YUV215.6797.1598.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 247 (96.88% from 255) = 42.37%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=30.02%
G=42.37%
B=27.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471610.2900.350.03110.2384.3180
HexAFF7A11D02336e5450
Octal257367241350433156124120
Binary10101111111101111010000111101010001111110111010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7A1; }

 p { color: rgb(175,247,161); }

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

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

 a { background-color: rgb(175,247,161); }

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

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

 span { border-color: rgb(175,247,161); }

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