#AFFA98

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

Shades of Madang #AFFA98

Tints of Madang #AFFA98

Color information

#AFFA98 (or 0xAFFA98) is unknown color: approx Madang. HEX triplet: AF, FA and 98. RGB value is (175,250,152). Sum of RGB (Red+Green+Blue) = 175+250+152=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA98 is #500567. Grayscale: #D8D8D8. Windows color (decimal): -5244264 or 10025647. OLE color: 10025647.

HSL color Cylindrical-coordinate representation of color #AFFA98: hue angle of 105.92º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFFA98 is Cyan = 0.3, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB175250152-
CMYK0.300.390.02
HSL105.92º90.74%78.82%-
HSV(B)105.92º39.2%98.04%-
XYZ57.5379.7542.07-
YUV216.491.6598.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 152 (59.77% from 255) = 26.34%
R=30.33%
G=43.33%
B=26.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501520.300.390.02105.9290.7478.82
HexAFFA981E02726a5b4f
Octal257372230360472152133117
Binary10101111111110101001100011110010011110110101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA98; }

 p { color: rgb(175,250,152); }

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

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

 a { background-color: rgb(175,250,152); }

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

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

 span { border-color: rgb(175,250,152); }

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