#AFF893

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

Shades of Madang #AFF893

Tints of Madang #AFF893

Color information

#AFF893 (or 0xAFF893) is unknown color: approx Madang. HEX triplet: AF, F8 and 93. RGB value is (175,248,147). Sum of RGB (Red+Green+Blue) = 175+248+147=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF893 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF893 is #50076C. Grayscale: #D6D6D6. Windows color (decimal): -5244781 or 9697455. OLE color: 9697455.

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

Color convert

RGB175248147-
CMYK0.2900.410.03
HSL103.37º87.83%77.45%-
HSV(B)103.37º40.73%97.25%-
XYZ56.5178.3639.75-
YUV214.6689.8299.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=30.70%
G=43.51%
B=25.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481470.2900.410.03103.3787.8377.45
HexAFF8931D029367584d
Octal257370223350513147130115
Binary10101111111110001001001111101010100111110011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF893; }

 p { color: rgb(175,248,147); }

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

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

 a { background-color: rgb(175,248,147); }

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

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

 span { border-color: rgb(175,248,147); }

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