Shades of Atlantis #99D148
Tints of Atlantis #99D148
RGB
CMYK
RGB Variations
Color information
#99D148 (or 0x99D148) is known color: Atlantis. HEX triplet: 99, D1 and 48. RGB value is (153,209,72). Sum of RGB (Red+Green+Blue) = 153+209+72=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #99D148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D148 is #662EB7. Grayscale: #B1B1B1. Windows color (decimal): -6696632 or 4772249. OLE color: 4772249.
HSL color Cylindrical-coordinate representation of color #99D148: hue angle of 84.53º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99D148 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 72 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.18 |
| HSL | 84.53º | 0.6% | 0.55% | - |
| HSV(B) | 84.53º | 0.66% | 0.82% | - |
| XYZ | 37.11 | 52.84 | 14.37 | - |
| YUV | 176.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 72 | 0.27 | 0 | 0.66 | 0.18 | 84.53 | 0.6 | 0.55 |
| Hex | 99 | D1 | 48 | 1B | 0 | 42 | 12 | 55 | 3C | 37 |
| Octal | 231 | 321 | 110 | 33 | 0 | 102 | 22 | 125 | 74 | 67 |
| Binary | 10011001 | 11010001 | 1001000 | 11011 | 0 | 1000010 | 10010 | 1010101 | 111100 | 110111 |
Color Harmonies of #99D148
Complementary color
Monochromatic Colors of #99D148
Black with #99D148
Text Example
Text Example
White with #99D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D148; }
p { color: rgb(153,209,72); }
H1.HeaderClassName
{
color: #99D148;
}
.AnyTagClassName
{
color: #99D148;
}
</style>
background-color css
<style>
a { background-color: #99D148; }
a { background-color: rgb(153,209,72); }
div.DivClassName
{
background-color: #99D148;
}
.BgClassName
{
background-color: #99D148;
}
</style>
border-color css
<style>
span { border-color: #99D148; }
span { border-color: rgb(153,209,72); }
td.TdClassName
{
border-color: #99D148;
}
.TagClassName
{
border-color: #99D148;
}
</style>