Shades of Atlantis #9DD534
Tints of Atlantis #9DD534
RGB
CMYK
RGB Variations
Color information
#9DD534 (or 0x9DD534) is known color: Atlantis. HEX triplet: 9D, D5 and 34. RGB value is (157,213,52). Sum of RGB (Red+Green+Blue) = 157+213+52=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD534 is #622ACB. Grayscale: #B2B2B2. Windows color (decimal): -6433484 or 3462557. OLE color: 3462557.
HSL color Cylindrical-coordinate representation of color #9DD534: hue angle of 80.87º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DD534 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 52 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.16 |
| HSL | 80.87º | 0.66% | 0.52% | - |
| HSV(B) | 80.87º | 0.76% | 0.84% | - |
| XYZ | 38.32 | 55 | 11.85 | - |
| YUV | 177.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 52 | 0.26 | 0 | 0.76 | 0.16 | 80.87 | 0.66 | 0.52 |
| Hex | 9D | D5 | 34 | 1A | 0 | 4C | 10 | 51 | 42 | 34 |
| Octal | 235 | 325 | 64 | 32 | 0 | 114 | 20 | 121 | 102 | 64 |
| Binary | 10011101 | 11010101 | 110100 | 11010 | 0 | 1001100 | 10000 | 1010001 | 1000010 | 110100 |
Color Harmonies of #9DD534
Complementary color
Monochromatic Colors of #9DD534
Black with #9DD534
Text Example
Text Example
White with #9DD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD534; }
p { color: rgb(157,213,52); }
H1.HeaderClassName
{
color: #9DD534;
}
.AnyTagClassName
{
color: #9DD534;
}
</style>
background-color css
<style>
a { background-color: #9DD534; }
a { background-color: rgb(157,213,52); }
div.DivClassName
{
background-color: #9DD534;
}
.BgClassName
{
background-color: #9DD534;
}
</style>
border-color css
<style>
span { border-color: #9DD534; }
span { border-color: rgb(157,213,52); }
td.TdClassName
{
border-color: #9DD534;
}
.TagClassName
{
border-color: #9DD534;
}
</style>