Shades of Atlantis #9DDA43
Tints of Atlantis #9DDA43
RGB
CMYK
RGB Variations
Color information
#9DDA43 (or 0x9DDA43) is known color: Atlantis. HEX triplet: 9D, DA and 43. RGB value is (157,218,67). Sum of RGB (Red+Green+Blue) = 157+218+67=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDA43 is #6225BC. Grayscale: #B7B7B7. Windows color (decimal): -6432189 or 4446877. OLE color: 4446877.
HSL color Cylindrical-coordinate representation of color #9DDA43: hue angle of 84.24º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DDA43 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 67 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.15 |
| HSL | 84.24º | 0.67% | 0.56% | - |
| HSV(B) | 84.24º | 0.69% | 0.85% | - |
| XYZ | 39.99 | 57.72 | 14.34 | - |
| YUV | 182.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 67 | 0.28 | 0 | 0.69 | 0.15 | 84.24 | 0.67 | 0.56 |
| Hex | 9D | DA | 43 | 1C | 0 | 45 | F | 54 | 43 | 38 |
| Octal | 235 | 332 | 103 | 34 | 0 | 105 | 17 | 124 | 103 | 70 |
| Binary | 10011101 | 11011010 | 1000011 | 11100 | 0 | 1000101 | 1111 | 1010100 | 1000011 | 111000 |
Color Harmonies of #9DDA43
Complementary color
Monochromatic Colors of #9DDA43
Black with #9DDA43
Text Example
Text Example
White with #9DDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA43; }
p { color: rgb(157,218,67); }
H1.HeaderClassName
{
color: #9DDA43;
}
.AnyTagClassName
{
color: #9DDA43;
}
</style>
background-color css
<style>
a { background-color: #9DDA43; }
a { background-color: rgb(157,218,67); }
div.DivClassName
{
background-color: #9DDA43;
}
.BgClassName
{
background-color: #9DDA43;
}
</style>
border-color css
<style>
span { border-color: #9DDA43; }
span { border-color: rgb(157,218,67); }
td.TdClassName
{
border-color: #9DDA43;
}
.TagClassName
{
border-color: #9DDA43;
}
</style>