Shades of Atlantis #99C045
Tints of Atlantis #99C045
RGB
CMYK
RGB Variations
Color information
#99C045 (or 0x99C045) is known color: Atlantis. HEX triplet: 99, C0 and 45. RGB value is (153,192,69). Sum of RGB (Red+Green+Blue) = 153+192+69=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #99C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C045 is #663FBA. Grayscale: #A6A6A6. Windows color (decimal): -6700987 or 4571289. OLE color: 4571289.
HSL color Cylindrical-coordinate representation of color #99C045: hue angle of 79.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99C045 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 69 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.25 |
| HSL | 79.02º | 0.49% | 0.51% | - |
| HSV(B) | 79.02º | 0.64% | 0.75% | - |
| XYZ | 33.06 | 44.9 | 12.55 | - |
| YUV | 166.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 69 | 0.20 | 0 | 0.64 | 0.25 | 79.02 | 0.49 | 0.51 |
| Hex | 99 | C0 | 45 | 14 | 0 | 40 | 19 | 4F | 31 | 33 |
| Octal | 231 | 300 | 105 | 24 | 0 | 100 | 31 | 117 | 61 | 63 |
| Binary | 10011001 | 11000000 | 1000101 | 10100 | 0 | 1000000 | 11001 | 1001111 | 110001 | 110011 |
Color Harmonies of #99C045
Complementary color
Monochromatic Colors of #99C045
Black with #99C045
Text Example
Text Example
White with #99C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C045; }
p { color: rgb(153,192,69); }
H1.HeaderClassName
{
color: #99C045;
}
.AnyTagClassName
{
color: #99C045;
}
</style>
background-color css
<style>
a { background-color: #99C045; }
a { background-color: rgb(153,192,69); }
div.DivClassName
{
background-color: #99C045;
}
.BgClassName
{
background-color: #99C045;
}
</style>
border-color css
<style>
span { border-color: #99C045; }
span { border-color: rgb(153,192,69); }
td.TdClassName
{
border-color: #99C045;
}
.TagClassName
{
border-color: #99C045;
}
</style>