Shades of Atlantis #9AD934
Tints of Atlantis #9AD934
RGB
CMYK
RGB Variations
Color information
#9AD934 (or 0x9AD934) is known color: Atlantis. HEX triplet: 9A, D9 and 34. RGB value is (154,217,52). Sum of RGB (Red+Green+Blue) = 154+217+52=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD934 is #6526CB. Grayscale: #B3B3B3. Windows color (decimal): -6629068 or 3463578. OLE color: 3463578.
HSL color Cylindrical-coordinate representation of color #9AD934: hue angle of 82.91º degrees, saturation: 0.68, 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 #9AD934 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 52 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.15 |
| HSL | 82.91º | 0.68% | 0.53% | - |
| HSV(B) | 82.91º | 0.76% | 0.85% | - |
| XYZ | 38.76 | 56.74 | 12.16 | - |
| YUV | 179.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 52 | 0.29 | 0 | 0.76 | 0.15 | 82.91 | 0.68 | 0.53 |
| Hex | 9A | D9 | 34 | 1D | 0 | 4C | F | 53 | 44 | 35 |
| Octal | 232 | 331 | 64 | 35 | 0 | 114 | 17 | 123 | 104 | 65 |
| Binary | 10011010 | 11011001 | 110100 | 11101 | 0 | 1001100 | 1111 | 1010011 | 1000100 | 110101 |
Color Harmonies of #9AD934
Complementary color
Monochromatic Colors of #9AD934
Black with #9AD934
Text Example
Text Example
White with #9AD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD934; }
p { color: rgb(154,217,52); }
H1.HeaderClassName
{
color: #9AD934;
}
.AnyTagClassName
{
color: #9AD934;
}
</style>
background-color css
<style>
a { background-color: #9AD934; }
a { background-color: rgb(154,217,52); }
div.DivClassName
{
background-color: #9AD934;
}
.BgClassName
{
background-color: #9AD934;
}
</style>
border-color css
<style>
span { border-color: #9AD934; }
span { border-color: rgb(154,217,52); }
td.TdClassName
{
border-color: #9AD934;
}
.TagClassName
{
border-color: #9AD934;
}
</style>