Shades of Atlantis #9DD543
Tints of Atlantis #9DD543
RGB
CMYK
RGB Variations
Color information
#9DD543 (or 0x9DD543) is known color: Atlantis. HEX triplet: 9D, D5 and 43. RGB value is (157,213,67). Sum of RGB (Red+Green+Blue) = 157+213+67=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD543 is #622ABC. Grayscale: #B4B4B4. Windows color (decimal): -6433469 or 4445597. OLE color: 4445597.
HSL color Cylindrical-coordinate representation of color #9DD543: hue angle of 83.01º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DD543 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 67 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.16 |
| HSL | 83.01º | 0.63% | 0.55% | - |
| HSV(B) | 83.01º | 0.69% | 0.84% | - |
| XYZ | 38.71 | 55.16 | 13.92 | - |
| YUV | 179.61 | 64.45 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 67 | 0.26 | 0 | 0.69 | 0.16 | 83.01 | 0.63 | 0.55 |
| Hex | 9D | D5 | 43 | 1A | 0 | 45 | 10 | 53 | 3F | 37 |
| Octal | 235 | 325 | 103 | 32 | 0 | 105 | 20 | 123 | 77 | 67 |
| Binary | 10011101 | 11010101 | 1000011 | 11010 | 0 | 1000101 | 10000 | 1010011 | 111111 | 110111 |
Color Harmonies of #9DD543
Complementary color
Monochromatic Colors of #9DD543
Black with #9DD543
Text Example
Text Example
White with #9DD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD543; }
p { color: rgb(157,213,67); }
H1.HeaderClassName
{
color: #9DD543;
}
.AnyTagClassName
{
color: #9DD543;
}
</style>
background-color css
<style>
a { background-color: #9DD543; }
a { background-color: rgb(157,213,67); }
div.DivClassName
{
background-color: #9DD543;
}
.BgClassName
{
background-color: #9DD543;
}
</style>
border-color css
<style>
span { border-color: #9DD543; }
span { border-color: rgb(157,213,67); }
td.TdClassName
{
border-color: #9DD543;
}
.TagClassName
{
border-color: #9DD543;
}
</style>