#AFFB9C

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

Shades of Madang #AFFB9C

Tints of Madang #AFFB9C

Color information

#AFFB9C (or 0xAFFB9C) is unknown color: approx Madang. HEX triplet: AF, FB and 9C. RGB value is (175,251,156). Sum of RGB (Red+Green+Blue) = 175+251+156=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFB9C is #500463. Grayscale: #D9D9D9. Windows color (decimal): -5244004 or 10288047. OLE color: 10288047.

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

Color convert

RGB175251156-
CMYK0.3000.380.02
HSL108º92.23%79.8%-
HSV(B)108º37.85%98.43%-
XYZ58.1880.5143.93-
YUV217.4593.3297.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 156 (61.33% from 255) = 26.80%
R=30.07%
G=43.13%
B=26.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511560.3000.380.0210892.2379.8
HexAFFB9C1E02626c5c50
Octal257373234360462154134120
Binary10101111111110111001110011110010011010110110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB9C; }

 p { color: rgb(175,251,156); }

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

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

 a { background-color: rgb(175,251,156); }

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

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

 span { border-color: rgb(175,251,156); }

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