#AFF595

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

Shades of Madang #AFF595

Tints of Madang #AFF595

Color information

#AFF595 (or 0xAFF595) is unknown color: approx Madang. HEX triplet: AF, F5 and 95. RGB value is (175,245,149). Sum of RGB (Red+Green+Blue) = 175+245+149=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF595 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF595 is #500A6A. Grayscale: #D5D5D5. Windows color (decimal): -5245547 or 9827759. OLE color: 9827759.

HSL color Cylindrical-coordinate representation of color #AFF595: hue angle of 103.75º 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 #AFF595 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB175245149-
CMYK0.2900.390.04
HSL103.75º82.76%77.25%-
HSV(B)103.75º39.18%96.08%-
XYZ55.7676.5940.28-
YUV213.1391.81100.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=30.76%
G=43.06%
B=26.19%

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
Decimal1752451490.2900.390.04103.7582.7677.25
HexAFF5951D027468534d
Octal257365225350474150123115
Binary101011111111010110010101111010100111100110100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF595; }

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

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

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

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

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

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

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

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