Shades of Atlantis #A0CF50
Tints of Atlantis #A0CF50
RGB
CMYK
RGB Variations
Color information
#A0CF50 (or 0xA0CF50) is known color: Atlantis. HEX triplet: A0, CF and 50. RGB value is (160,207,80). Sum of RGB (Red+Green+Blue) = 160+207+80=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF50 is #5F30AF. Grayscale: #B2B2B2. Windows color (decimal): -6238384 or 5296032. OLE color: 5296032.
HSL color Cylindrical-coordinate representation of color #A0CF50: hue angle of 82.2º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0CF50 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 80 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.19 |
| HSL | 82.2º | 0.57% | 0.56% | - |
| HSV(B) | 82.2º | 0.61% | 0.81% | - |
| XYZ | 38.26 | 52.68 | 15.74 | - |
| YUV | 178.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 80 | 0.23 | 0 | 0.61 | 0.19 | 82.2 | 0.57 | 0.56 |
| Hex | A0 | CF | 50 | 17 | 0 | 3D | 13 | 52 | 39 | 38 |
| Octal | 240 | 317 | 120 | 27 | 0 | 75 | 23 | 122 | 71 | 70 |
| Binary | 10100000 | 11001111 | 1010000 | 10111 | 0 | 111101 | 10011 | 1010010 | 111001 | 111000 |
Color Harmonies of #A0CF50
Complementary color
Monochromatic Colors of #A0CF50
Black with #A0CF50
Text Example
Text Example
White with #A0CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF50; }
p { color: rgb(160,207,80); }
H1.HeaderClassName
{
color: #A0CF50;
}
.AnyTagClassName
{
color: #A0CF50;
}
</style>
background-color css
<style>
a { background-color: #A0CF50; }
a { background-color: rgb(160,207,80); }
div.DivClassName
{
background-color: #A0CF50;
}
.BgClassName
{
background-color: #A0CF50;
}
</style>
border-color css
<style>
span { border-color: #A0CF50; }
span { border-color: rgb(160,207,80); }
td.TdClassName
{
border-color: #A0CF50;
}
.TagClassName
{
border-color: #A0CF50;
}
</style>