#ABEDA1

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

Shades of Madang #ABEDA1

Tints of Madang #ABEDA1

Color information

#ABEDA1 (or 0xABEDA1) is unknown color: approx Madang. HEX triplet: AB, ED and A1. RGB value is (171,237,161). Sum of RGB (Red+Green+Blue) = 171+237+161=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEDA1 is #54125E. Grayscale: #D0D0D0. Windows color (decimal): -5509727 or 10612139. OLE color: 10612139.

HSL color Cylindrical-coordinate representation of color #ABEDA1: hue angle of 112.11º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEDA1 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB171237161-
CMYK0.2800.320.07
HSL112.11º67.86%78.04%-
HSV(B)112.11º32.07%92.94%-
XYZ53.5171.844.76-
YUV208.6101.13101.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=30.05%
G=41.65%
B=28.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712371610.2800.320.07112.1167.8678.04
HexABEDA11C020770444e
Octal253355241340407160104116
Binary101010111110110110100001111000100000111111000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDA1; }

 p { color: rgb(171,237,161); }

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

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

 a { background-color: rgb(171,237,161); }

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

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

 span { border-color: rgb(171,237,161); }

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