Shades of Atlantis #99C240
Tints of Atlantis #99C240
RGB
CMYK
RGB Variations
Color information
#99C240 (or 0x99C240) is known color: Atlantis. HEX triplet: 99, C2 and 40. RGB value is (153,194,64). Sum of RGB (Red+Green+Blue) = 153+194+64=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #99C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C240 is #663DBF. Grayscale: #A7A7A7. Windows color (decimal): -6700480 or 4244121. OLE color: 4244121.
HSL color Cylindrical-coordinate representation of color #99C240: hue angle of 78.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C240 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 64 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.24 |
| HSL | 78.92º | 0.52% | 0.51% | - |
| HSV(B) | 78.92º | 0.67% | 0.76% | - |
| XYZ | 33.35 | 45.73 | 11.92 | - |
| YUV | 166.92 | 69.92 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 64 | 0.21 | 0 | 0.67 | 0.24 | 78.92 | 0.52 | 0.51 |
| Hex | 99 | C2 | 40 | 15 | 0 | 43 | 18 | 4F | 34 | 33 |
| Octal | 231 | 302 | 100 | 25 | 0 | 103 | 30 | 117 | 64 | 63 |
| Binary | 10011001 | 11000010 | 1000000 | 10101 | 0 | 1000011 | 11000 | 1001111 | 110100 | 110011 |
Color Harmonies of #99C240
Complementary color
Monochromatic Colors of #99C240
Black with #99C240
Text Example
Text Example
White with #99C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C240; }
p { color: rgb(153,194,64); }
H1.HeaderClassName
{
color: #99C240;
}
.AnyTagClassName
{
color: #99C240;
}
</style>
background-color css
<style>
a { background-color: #99C240; }
a { background-color: rgb(153,194,64); }
div.DivClassName
{
background-color: #99C240;
}
.BgClassName
{
background-color: #99C240;
}
</style>
border-color css
<style>
span { border-color: #99C240; }
span { border-color: rgb(153,194,64); }
td.TdClassName
{
border-color: #99C240;
}
.TagClassName
{
border-color: #99C240;
}
</style>