Shades of Atlantis #99DA34
Tints of Atlantis #99DA34
RGB
CMYK
RGB Variations
Color information
#99DA34 (or 0x99DA34) is known color: Atlantis. HEX triplet: 99, DA and 34. RGB value is (153,218,52). Sum of RGB (Red+Green+Blue) = 153+218+52=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DA34 is #6625CB. Grayscale: #B4B4B4. Windows color (decimal): -6694348 or 3463833. OLE color: 3463833.
HSL color Cylindrical-coordinate representation of color #99DA34: hue angle of 83.49º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99DA34 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 52 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.15 |
| HSL | 83.49º | 0.69% | 0.53% | - |
| HSV(B) | 83.49º | 0.76% | 0.85% | - |
| XYZ | 38.83 | 57.16 | 12.24 | - |
| YUV | 179.64 | 55.97 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 52 | 0.30 | 0 | 0.76 | 0.15 | 83.49 | 0.69 | 0.53 |
| Hex | 99 | DA | 34 | 1E | 0 | 4C | F | 53 | 45 | 35 |
| Octal | 231 | 332 | 64 | 36 | 0 | 114 | 17 | 123 | 105 | 65 |
| Binary | 10011001 | 11011010 | 110100 | 11110 | 0 | 1001100 | 1111 | 1010011 | 1000101 | 110101 |
Color Harmonies of #99DA34
Complementary color
Monochromatic Colors of #99DA34
Black with #99DA34
Text Example
Text Example
White with #99DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA34; }
p { color: rgb(153,218,52); }
H1.HeaderClassName
{
color: #99DA34;
}
.AnyTagClassName
{
color: #99DA34;
}
</style>
background-color css
<style>
a { background-color: #99DA34; }
a { background-color: rgb(153,218,52); }
div.DivClassName
{
background-color: #99DA34;
}
.BgClassName
{
background-color: #99DA34;
}
</style>
border-color css
<style>
span { border-color: #99DA34; }
span { border-color: rgb(153,218,52); }
td.TdClassName
{
border-color: #99DA34;
}
.TagClassName
{
border-color: #99DA34;
}
</style>