Shades of Atlantis #99C93A
Tints of Atlantis #99C93A
RGB
CMYK
RGB Variations
Color information
#99C93A (or 0x99C93A) is known color: Atlantis. HEX triplet: 99, C9 and 3A. RGB value is (153,201,58). Sum of RGB (Red+Green+Blue) = 153+201+58=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #99C93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C93A is #6636C5. Grayscale: #AAAAAA. Windows color (decimal): -6698694 or 3852697. OLE color: 3852697.
HSL color Cylindrical-coordinate representation of color #99C93A: hue angle of 80.14º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99C93A is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 58 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.21 |
| HSL | 80.14º | 0.57% | 0.51% | - |
| HSV(B) | 80.14º | 0.71% | 0.79% | - |
| XYZ | 34.79 | 48.85 | 11.6 | - |
| YUV | 170.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 58 | 0.24 | 0 | 0.71 | 0.21 | 80.14 | 0.57 | 0.51 |
| Hex | 99 | C9 | 3A | 18 | 0 | 47 | 15 | 50 | 39 | 33 |
| Octal | 231 | 311 | 72 | 30 | 0 | 107 | 25 | 120 | 71 | 63 |
| Binary | 10011001 | 11001001 | 111010 | 11000 | 0 | 1000111 | 10101 | 1010000 | 111001 | 110011 |
Color Harmonies of #99C93A
Complementary color
Monochromatic Colors of #99C93A
Black with #99C93A
Text Example
Text Example
White with #99C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C93A; }
p { color: rgb(153,201,58); }
H1.HeaderClassName
{
color: #99C93A;
}
.AnyTagClassName
{
color: #99C93A;
}
</style>
background-color css
<style>
a { background-color: #99C93A; }
a { background-color: rgb(153,201,58); }
div.DivClassName
{
background-color: #99C93A;
}
.BgClassName
{
background-color: #99C93A;
}
</style>
border-color css
<style>
span { border-color: #99C93A; }
span { border-color: rgb(153,201,58); }
td.TdClassName
{
border-color: #99C93A;
}
.TagClassName
{
border-color: #99C93A;
}
</style>