Shades of Atlantis #9AD833
Tints of Atlantis #9AD833
RGB
CMYK
RGB Variations
Color information
#9AD833 (or 0x9AD833) is known color: Atlantis. HEX triplet: 9A, D8 and 33. RGB value is (154,216,51). Sum of RGB (Red+Green+Blue) = 154+216+51=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD833 is #6527CC. Grayscale: #B3B3B3. Windows color (decimal): -6629325 or 3397786. OLE color: 3397786.
HSL color Cylindrical-coordinate representation of color #9AD833: hue angle of 82.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AD833 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 51 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.15 |
| HSL | 82.55º | 0.68% | 0.52% | - |
| HSV(B) | 82.55º | 0.76% | 0.85% | - |
| XYZ | 38.48 | 56.22 | 11.96 | - |
| YUV | 178.65 | 55.96 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 51 | 0.29 | 0 | 0.76 | 0.15 | 82.55 | 0.68 | 0.52 |
| Hex | 9A | D8 | 33 | 1D | 0 | 4C | F | 53 | 44 | 34 |
| Octal | 232 | 330 | 63 | 35 | 0 | 114 | 17 | 123 | 104 | 64 |
| Binary | 10011010 | 11011000 | 110011 | 11101 | 0 | 1001100 | 1111 | 1010011 | 1000100 | 110100 |
Color Harmonies of #9AD833
Complementary color
Monochromatic Colors of #9AD833
Black with #9AD833
Text Example
Text Example
White with #9AD833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD833; }
p { color: rgb(154,216,51); }
H1.HeaderClassName
{
color: #9AD833;
}
.AnyTagClassName
{
color: #9AD833;
}
</style>
background-color css
<style>
a { background-color: #9AD833; }
a { background-color: rgb(154,216,51); }
div.DivClassName
{
background-color: #9AD833;
}
.BgClassName
{
background-color: #9AD833;
}
</style>
border-color css
<style>
span { border-color: #9AD833; }
span { border-color: rgb(154,216,51); }
td.TdClassName
{
border-color: #9AD833;
}
.TagClassName
{
border-color: #9AD833;
}
</style>