Shades of Atlantis #99C140
Tints of Atlantis #99C140
RGB
CMYK
RGB Variations
Color information
#99C140 (or 0x99C140) is known color: Atlantis. HEX triplet: 99, C1 and 40. RGB value is (153,193,64). Sum of RGB (Red+Green+Blue) = 153+193+64=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #99C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C140 is #663EBF. Grayscale: #A6A6A6. Windows color (decimal): -6700736 or 4243865. OLE color: 4243865.
HSL color Cylindrical-coordinate representation of color #99C140: hue angle of 78.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C140 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 64 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.24 |
| HSL | 78.6º | 0.51% | 0.5% | - |
| HSV(B) | 78.6º | 0.67% | 0.76% | - |
| XYZ | 33.13 | 45.28 | 11.84 | - |
| YUV | 166.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 64 | 0.21 | 0 | 0.67 | 0.24 | 78.6 | 0.51 | 0.5 |
| Hex | 99 | C1 | 40 | 15 | 0 | 43 | 18 | 4F | 33 | 32 |
| Octal | 231 | 301 | 100 | 25 | 0 | 103 | 30 | 117 | 63 | 62 |
| Binary | 10011001 | 11000001 | 1000000 | 10101 | 0 | 1000011 | 11000 | 1001111 | 110011 | 110010 |
Color Harmonies of #99C140
Complementary color
Monochromatic Colors of #99C140
Black with #99C140
Text Example
Text Example
White with #99C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C140; }
p { color: rgb(153,193,64); }
H1.HeaderClassName
{
color: #99C140;
}
.AnyTagClassName
{
color: #99C140;
}
</style>
background-color css
<style>
a { background-color: #99C140; }
a { background-color: rgb(153,193,64); }
div.DivClassName
{
background-color: #99C140;
}
.BgClassName
{
background-color: #99C140;
}
</style>
border-color css
<style>
span { border-color: #99C140; }
span { border-color: rgb(153,193,64); }
td.TdClassName
{
border-color: #99C140;
}
.TagClassName
{
border-color: #99C140;
}
</style>