#AFF596

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

Shades of Madang #AFF596

Tints of Madang #AFF596

Color information

#AFF596 (or 0xAFF596) is unknown color: approx Madang. HEX triplet: AF, F5 and 96. RGB value is (175,245,150). Sum of RGB (Red+Green+Blue) = 175+245+150=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF596 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF596 is #500A69. Grayscale: #D5D5D5. Windows color (decimal): -5245546 or 9893295. OLE color: 9893295.

HSL color Cylindrical-coordinate representation of color #AFF596: hue angle of 104.21º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFF596 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB175245150-
CMYK0.2900.390.04
HSL104.21º82.61%77.45%-
HSV(B)104.21º38.78%96.08%-
XYZ55.8476.6240.7-
YUV213.2492.31100.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=30.70%
G=42.98%
B=26.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451500.2900.390.04104.2182.6177.45
HexAFF5961D027468534d
Octal257365226350474150123115
Binary101011111111010110010110111010100111100110100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF596; }

 p { color: rgb(175,245,150); }

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

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

 a { background-color: rgb(175,245,150); }

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

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

 span { border-color: rgb(175,245,150); }

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