Shades of Atlantis #9AD843
Tints of Atlantis #9AD843
RGB
CMYK
RGB Variations
Color information
#9AD843 (or 0x9AD843) is known color: Atlantis. HEX triplet: 9A, D8 and 43. RGB value is (154,216,67). Sum of RGB (Red+Green+Blue) = 154+216+67=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD843 is #6527BC. Grayscale: #B5B5B5. Windows color (decimal): -6629309 or 4446362. OLE color: 4446362.
HSL color Cylindrical-coordinate representation of color #9AD843: hue angle of 84.97º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AD843 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 67 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.15 |
| HSL | 84.97º | 0.66% | 0.55% | - |
| HSV(B) | 84.97º | 0.69% | 0.85% | - |
| XYZ | 38.9 | 56.39 | 14.14 | - |
| YUV | 180.48 | 63.96 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 67 | 0.29 | 0 | 0.69 | 0.15 | 84.97 | 0.66 | 0.55 |
| Hex | 9A | D8 | 43 | 1D | 0 | 45 | F | 55 | 42 | 37 |
| Octal | 232 | 330 | 103 | 35 | 0 | 105 | 17 | 125 | 102 | 67 |
| Binary | 10011010 | 11011000 | 1000011 | 11101 | 0 | 1000101 | 1111 | 1010101 | 1000010 | 110111 |
Color Harmonies of #9AD843
Complementary color
Monochromatic Colors of #9AD843
Black with #9AD843
Text Example
Text Example
White with #9AD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD843; }
p { color: rgb(154,216,67); }
H1.HeaderClassName
{
color: #9AD843;
}
.AnyTagClassName
{
color: #9AD843;
}
</style>
background-color css
<style>
a { background-color: #9AD843; }
a { background-color: rgb(154,216,67); }
div.DivClassName
{
background-color: #9AD843;
}
.BgClassName
{
background-color: #9AD843;
}
</style>
border-color css
<style>
span { border-color: #9AD843; }
span { border-color: rgb(154,216,67); }
td.TdClassName
{
border-color: #9AD843;
}
.TagClassName
{
border-color: #9AD843;
}
</style>