Shades of Atlantis #99C554
Tints of Atlantis #99C554
RGB
CMYK
RGB Variations
Color information
#99C554 (or 0x99C554) is known color: Atlantis. HEX triplet: 99, C5 and 54. RGB value is (153,197,84). Sum of RGB (Red+Green+Blue) = 153+197+84=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #99C554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C554 is #663AAB. Grayscale: #ABABAB. Windows color (decimal): -6699692 or 5555609. OLE color: 5555609.
HSL color Cylindrical-coordinate representation of color #99C554: hue angle of 83.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99C554 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 84 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.23 |
| HSL | 83.36º | 0.49% | 0.55% | - |
| HSV(B) | 83.36º | 0.57% | 0.77% | - |
| XYZ | 34.7 | 47.34 | 15.7 | - |
| YUV | 170.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 84 | 0.22 | 0 | 0.57 | 0.23 | 83.36 | 0.49 | 0.55 |
| Hex | 99 | C5 | 54 | 16 | 0 | 39 | 17 | 53 | 31 | 37 |
| Octal | 231 | 305 | 124 | 26 | 0 | 71 | 27 | 123 | 61 | 67 |
| Binary | 10011001 | 11000101 | 1010100 | 10110 | 0 | 111001 | 10111 | 1010011 | 110001 | 110111 |
Color Harmonies of #99C554
Complementary color
Monochromatic Colors of #99C554
Black with #99C554
Text Example
Text Example
White with #99C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C554; }
p { color: rgb(153,197,84); }
H1.HeaderClassName
{
color: #99C554;
}
.AnyTagClassName
{
color: #99C554;
}
</style>
background-color css
<style>
a { background-color: #99C554; }
a { background-color: rgb(153,197,84); }
div.DivClassName
{
background-color: #99C554;
}
.BgClassName
{
background-color: #99C554;
}
</style>
border-color css
<style>
span { border-color: #99C554; }
span { border-color: rgb(153,197,84); }
td.TdClassName
{
border-color: #99C554;
}
.TagClassName
{
border-color: #99C554;
}
</style>