Shades of Atlantis #99D140
Tints of Atlantis #99D140
RGB
CMYK
RGB Variations
Color information
#99D140 (or 0x99D140) is known color: Atlantis. HEX triplet: 99, D1 and 40. RGB value is (153,209,64). Sum of RGB (Red+Green+Blue) = 153+209+64=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #99D140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D140 is #662EBF. Grayscale: #B0B0B0. Windows color (decimal): -6696640 or 4247961. OLE color: 4247961.
HSL color Cylindrical-coordinate representation of color #99D140: hue angle of 83.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99D140 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 64 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.18 |
| HSL | 83.17º | 0.61% | 0.54% | - |
| HSV(B) | 83.17º | 0.69% | 0.82% | - |
| XYZ | 36.86 | 52.74 | 13.09 | - |
| YUV | 175.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 64 | 0.27 | 0 | 0.69 | 0.18 | 83.17 | 0.61 | 0.54 |
| Hex | 99 | D1 | 40 | 1B | 0 | 45 | 12 | 53 | 3D | 36 |
| Octal | 231 | 321 | 100 | 33 | 0 | 105 | 22 | 123 | 75 | 66 |
| Binary | 10011001 | 11010001 | 1000000 | 11011 | 0 | 1000101 | 10010 | 1010011 | 111101 | 110110 |
Color Harmonies of #99D140
Complementary color
Monochromatic Colors of #99D140
Black with #99D140
Text Example
Text Example
White with #99D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D140; }
p { color: rgb(153,209,64); }
H1.HeaderClassName
{
color: #99D140;
}
.AnyTagClassName
{
color: #99D140;
}
</style>
background-color css
<style>
a { background-color: #99D140; }
a { background-color: rgb(153,209,64); }
div.DivClassName
{
background-color: #99D140;
}
.BgClassName
{
background-color: #99D140;
}
</style>
border-color css
<style>
span { border-color: #99D140; }
span { border-color: rgb(153,209,64); }
td.TdClassName
{
border-color: #99D140;
}
.TagClassName
{
border-color: #99D140;
}
</style>