Shades of Atlantis #99BA45
Tints of Atlantis #99BA45
RGB
CMYK
RGB Variations
Color information
#99BA45 (or 0x99BA45) is known color: Atlantis. HEX triplet: 99, BA and 45. RGB value is (153,186,69). Sum of RGB (Red+Green+Blue) = 153+186+69=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA45 is #6645BA. Grayscale: #A3A3A3. Windows color (decimal): -6702523 or 4569753. OLE color: 4569753.
HSL color Cylindrical-coordinate representation of color #99BA45: hue angle of 76.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99BA45 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 69 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.27 |
| HSL | 76.92º | 0.46% | 0.5% | - |
| HSV(B) | 76.92º | 0.63% | 0.73% | - |
| XYZ | 31.77 | 42.32 | 12.12 | - |
| YUV | 162.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 69 | 0.18 | 0 | 0.63 | 0.27 | 76.92 | 0.46 | 0.5 |
| Hex | 99 | BA | 45 | 12 | 0 | 3F | 1B | 4D | 2E | 32 |
| Octal | 231 | 272 | 105 | 22 | 0 | 77 | 33 | 115 | 56 | 62 |
| Binary | 10011001 | 10111010 | 1000101 | 10010 | 0 | 111111 | 11011 | 1001101 | 101110 | 110010 |
Color Harmonies of #99BA45
Complementary color
Monochromatic Colors of #99BA45
Black with #99BA45
Text Example
Text Example
White with #99BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA45; }
p { color: rgb(153,186,69); }
H1.HeaderClassName
{
color: #99BA45;
}
.AnyTagClassName
{
color: #99BA45;
}
</style>
background-color css
<style>
a { background-color: #99BA45; }
a { background-color: rgb(153,186,69); }
div.DivClassName
{
background-color: #99BA45;
}
.BgClassName
{
background-color: #99BA45;
}
</style>
border-color css
<style>
span { border-color: #99BA45; }
span { border-color: rgb(153,186,69); }
td.TdClassName
{
border-color: #99BA45;
}
.TagClassName
{
border-color: #99BA45;
}
</style>