Shades of Atlantis #99C540
Tints of Atlantis #99C540
RGB
CMYK
RGB Variations
Color information
#99C540 (or 0x99C540) is known color: Atlantis. HEX triplet: 99, C5 and 40. RGB value is (153,197,64). Sum of RGB (Red+Green+Blue) = 153+197+64=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #99C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C540 is #663ABF. Grayscale: #A9A9A9. Windows color (decimal): -6699712 or 4244889. OLE color: 4244889.
HSL color Cylindrical-coordinate representation of color #99C540: hue angle of 79.85º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99C540 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 64 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.23 |
| HSL | 79.85º | 0.53% | 0.51% | - |
| HSV(B) | 79.85º | 0.68% | 0.77% | - |
| XYZ | 34.03 | 47.07 | 12.14 | - |
| YUV | 168.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 64 | 0.22 | 0 | 0.68 | 0.23 | 79.85 | 0.53 | 0.51 |
| Hex | 99 | C5 | 40 | 16 | 0 | 44 | 17 | 50 | 35 | 33 |
| Octal | 231 | 305 | 100 | 26 | 0 | 104 | 27 | 120 | 65 | 63 |
| Binary | 10011001 | 11000101 | 1000000 | 10110 | 0 | 1000100 | 10111 | 1010000 | 110101 | 110011 |
Color Harmonies of #99C540
Complementary color
Monochromatic Colors of #99C540
Black with #99C540
Text Example
Text Example
White with #99C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C540; }
p { color: rgb(153,197,64); }
H1.HeaderClassName
{
color: #99C540;
}
.AnyTagClassName
{
color: #99C540;
}
</style>
background-color css
<style>
a { background-color: #99C540; }
a { background-color: rgb(153,197,64); }
div.DivClassName
{
background-color: #99C540;
}
.BgClassName
{
background-color: #99C540;
}
</style>
border-color css
<style>
span { border-color: #99C540; }
span { border-color: rgb(153,197,64); }
td.TdClassName
{
border-color: #99C540;
}
.TagClassName
{
border-color: #99C540;
}
</style>