Shades of Atlantis #99C645
Tints of Atlantis #99C645
RGB
CMYK
RGB Variations
Color information
#99C645 (or 0x99C645) is known color: Atlantis. HEX triplet: 99, C6 and 45. RGB value is (153,198,69). Sum of RGB (Red+Green+Blue) = 153+198+69=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #99C645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C645 is #6639BA. Grayscale: #AAAAAA. Windows color (decimal): -6699451 or 4572825. OLE color: 4572825.
HSL color Cylindrical-coordinate representation of color #99C645: hue angle of 80.93º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99C645 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 69 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.22 |
| HSL | 80.93º | 0.53% | 0.52% | - |
| HSV(B) | 80.93º | 0.65% | 0.78% | - |
| XYZ | 34.41 | 47.59 | 13 | - |
| YUV | 169.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 69 | 0.23 | 0 | 0.65 | 0.22 | 80.93 | 0.53 | 0.52 |
| Hex | 99 | C6 | 45 | 17 | 0 | 41 | 16 | 51 | 35 | 34 |
| Octal | 231 | 306 | 105 | 27 | 0 | 101 | 26 | 121 | 65 | 64 |
| Binary | 10011001 | 11000110 | 1000101 | 10111 | 0 | 1000001 | 10110 | 1010001 | 110101 | 110100 |
Color Harmonies of #99C645
Complementary color
Monochromatic Colors of #99C645
Black with #99C645
Text Example
Text Example
White with #99C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C645; }
p { color: rgb(153,198,69); }
H1.HeaderClassName
{
color: #99C645;
}
.AnyTagClassName
{
color: #99C645;
}
</style>
background-color css
<style>
a { background-color: #99C645; }
a { background-color: rgb(153,198,69); }
div.DivClassName
{
background-color: #99C645;
}
.BgClassName
{
background-color: #99C645;
}
</style>
border-color css
<style>
span { border-color: #99C645; }
span { border-color: rgb(153,198,69); }
td.TdClassName
{
border-color: #99C645;
}
.TagClassName
{
border-color: #99C645;
}
</style>