#AFF497

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

Shades of Madang #AFF497

Tints of Madang #AFF497

Color information

#AFF497 (or 0xAFF497) is unknown color: approx Madang. HEX triplet: AF, F4 and 97. RGB value is (175,244,151). Sum of RGB (Red+Green+Blue) = 175+244+151=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF497 is #500B68. Grayscale: #D5D5D5. Windows color (decimal): -5245801 or 9958575. OLE color: 9958575.

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

Color convert

RGB175244151-
CMYK0.2800.380.04
HSL104.52º80.87%77.45%-
HSV(B)104.52º38.11%95.69%-
XYZ55.6276.0541.03-
YUV212.7793.14101.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=30.70%
G=42.81%
B=26.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441510.2800.380.04104.5280.8777.45
HexAFF4971C026469514d
Octal257364227340464151121115
Binary101011111111010010010111111000100110100110100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF497; }

 p { color: rgb(175,244,151); }

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

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

 a { background-color: rgb(175,244,151); }

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

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

 span { border-color: rgb(175,244,151); }

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