#AFF9A4

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

Shades of Madang #AFF9A4

Tints of Madang #AFF9A4

Color information

#AFF9A4 (or 0xAFF9A4) is unknown color: approx Madang. HEX triplet: AF, F9 and A4. RGB value is (175,249,164). Sum of RGB (Red+Green+Blue) = 175+249+164=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9A4 is #50065B. Grayscale: #D9D9D9. Windows color (decimal): -5244508 or 10811823. OLE color: 10811823.

HSL color Cylindrical-coordinate representation of color #AFF9A4: hue angle of 112.24º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFF9A4 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB175249164-
CMYK0.3000.340.02
HSL112.24º87.63%80.98%-
HSV(B)112.24º34.14%97.65%-
XYZ58.2679.5547.41-
YUV217.1897.9897.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 164 (64.45% from 255) = 27.89%
R=29.76%
G=42.35%
B=27.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491640.3000.340.02112.2487.6380.98
HexAFF9A41E0222705851
Octal257371244360422160130121
Binary10101111111110011010010011110010001010111000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9A4; }

 p { color: rgb(175,249,164); }

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

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

 a { background-color: rgb(175,249,164); }

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

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

 span { border-color: rgb(175,249,164); }

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