#C0FFA0

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

Shades of Madang #C0FFA0

Tints of Madang #C0FFA0

Color information

#C0FFA0 (or 0xC0FFA0) is unknown color: approx Madang. HEX triplet: C0, FF and A0. RGB value is (192,255,160). Sum of RGB (Red+Green+Blue) = 192+255+160=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFA0 is #3F005F. Grayscale: #E1E1E1. Windows color (decimal): -4128864 or 10551232. OLE color: 10551232.

HSL color Cylindrical-coordinate representation of color #C0FFA0: hue angle of 99.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0FFA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB192255160-
CMYK0.2500.370
HSL99.79º100%81.37%-
HSV(B)99.79º37.25%100%-
XYZ63.8485.2646.35-
YUV225.3391.13104.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 160 (62.89% from 255) = 26.36%
R=31.63%
G=42.01%
B=26.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551600.2500.37099.7910081.37
HexC0FFA0190250646451
Octal300377240310450144144121
Binary1100000011111111101000001100101001010110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFA0; }

 p { color: rgb(192,255,160); }

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

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

 a { background-color: rgb(192,255,160); }

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

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

 span { border-color: rgb(192,255,160); }

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