Shades of Atlantis #99D143
Tints of Atlantis #99D143
RGB
CMYK
RGB Variations
Color information
#99D143 (or 0x99D143) is known color: Atlantis. HEX triplet: 99, D1 and 43. RGB value is (153,209,67). Sum of RGB (Red+Green+Blue) = 153+209+67=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #99D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D143 is #662EBC. Grayscale: #B0B0B0. Windows color (decimal): -6696637 or 4444569. OLE color: 4444569.
HSL color Cylindrical-coordinate representation of color #99D143: hue angle of 83.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99D143 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 67 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.18 |
| HSL | 83.66º | 0.61% | 0.54% | - |
| HSV(B) | 83.66º | 0.68% | 0.82% | - |
| XYZ | 36.95 | 52.78 | 13.55 | - |
| YUV | 176.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 67 | 0.27 | 0 | 0.68 | 0.18 | 83.66 | 0.61 | 0.54 |
| Hex | 99 | D1 | 43 | 1B | 0 | 44 | 12 | 54 | 3D | 36 |
| Octal | 231 | 321 | 103 | 33 | 0 | 104 | 22 | 124 | 75 | 66 |
| Binary | 10011001 | 11010001 | 1000011 | 11011 | 0 | 1000100 | 10010 | 1010100 | 111101 | 110110 |
Color Harmonies of #99D143
Complementary color
Monochromatic Colors of #99D143
Black with #99D143
Text Example
Text Example
White with #99D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D143; }
p { color: rgb(153,209,67); }
H1.HeaderClassName
{
color: #99D143;
}
.AnyTagClassName
{
color: #99D143;
}
</style>
background-color css
<style>
a { background-color: #99D143; }
a { background-color: rgb(153,209,67); }
div.DivClassName
{
background-color: #99D143;
}
.BgClassName
{
background-color: #99D143;
}
</style>
border-color css
<style>
span { border-color: #99D143; }
span { border-color: rgb(153,209,67); }
td.TdClassName
{
border-color: #99D143;
}
.TagClassName
{
border-color: #99D143;
}
</style>