Shades of Atlantis #99CE46
Tints of Atlantis #99CE46
RGB
CMYK
RGB Variations
Color information
#99CE46 (or 0x99CE46) is known color: Atlantis. HEX triplet: 99, CE and 46. RGB value is (153,206,70). Sum of RGB (Red+Green+Blue) = 153+206+70=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CE46 is #6631B9. Grayscale: #AFAFAF. Windows color (decimal): -6697402 or 4640409. OLE color: 4640409.
HSL color Cylindrical-coordinate representation of color #99CE46: hue angle of 83.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99CE46 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 70 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.19 |
| HSL | 83.38º | 0.58% | 0.54% | - |
| HSV(B) | 83.38º | 0.66% | 0.81% | - |
| XYZ | 36.31 | 51.36 | 13.79 | - |
| YUV | 174.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 70 | 0.26 | 0 | 0.66 | 0.19 | 83.38 | 0.58 | 0.54 |
| Hex | 99 | CE | 46 | 1A | 0 | 42 | 13 | 53 | 3A | 36 |
| Octal | 231 | 316 | 106 | 32 | 0 | 102 | 23 | 123 | 72 | 66 |
| Binary | 10011001 | 11001110 | 1000110 | 11010 | 0 | 1000010 | 10011 | 1010011 | 111010 | 110110 |
Color Harmonies of #99CE46
Complementary color
Monochromatic Colors of #99CE46
Black with #99CE46
Text Example
Text Example
White with #99CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE46; }
p { color: rgb(153,206,70); }
H1.HeaderClassName
{
color: #99CE46;
}
.AnyTagClassName
{
color: #99CE46;
}
</style>
background-color css
<style>
a { background-color: #99CE46; }
a { background-color: rgb(153,206,70); }
div.DivClassName
{
background-color: #99CE46;
}
.BgClassName
{
background-color: #99CE46;
}
</style>
border-color css
<style>
span { border-color: #99CE46; }
span { border-color: rgb(153,206,70); }
td.TdClassName
{
border-color: #99CE46;
}
.TagClassName
{
border-color: #99CE46;
}
</style>