Shades of Atlantis #9AD651
Tints of Atlantis #9AD651
RGB
CMYK
RGB Variations
Color information
#9AD651 (or 0x9AD651) is known color: Atlantis. HEX triplet: 9A, D6 and 51. RGB value is (154,214,81). Sum of RGB (Red+Green+Blue) = 154+214+81=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD651 is #6529AE. Grayscale: #B5B5B5. Windows color (decimal): -6629807 or 5363354. OLE color: 5363354.
HSL color Cylindrical-coordinate representation of color #9AD651: hue angle of 87.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AD651 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 81 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.16 |
| HSL | 87.07º | 0.62% | 0.58% | - |
| HSV(B) | 87.07º | 0.62% | 0.84% | - |
| XYZ | 38.86 | 55.56 | 16.46 | - |
| YUV | 180.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 81 | 0.28 | 0 | 0.62 | 0.16 | 87.07 | 0.62 | 0.58 |
| Hex | 9A | D6 | 51 | 1C | 0 | 3E | 10 | 57 | 3E | 3A |
| Octal | 232 | 326 | 121 | 34 | 0 | 76 | 20 | 127 | 76 | 72 |
| Binary | 10011010 | 11010110 | 1010001 | 11100 | 0 | 111110 | 10000 | 1010111 | 111110 | 111010 |
Color Harmonies of #9AD651
Complementary color
Monochromatic Colors of #9AD651
Black with #9AD651
Text Example
Text Example
White with #9AD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD651; }
p { color: rgb(154,214,81); }
H1.HeaderClassName
{
color: #9AD651;
}
.AnyTagClassName
{
color: #9AD651;
}
</style>
background-color css
<style>
a { background-color: #9AD651; }
a { background-color: rgb(154,214,81); }
div.DivClassName
{
background-color: #9AD651;
}
.BgClassName
{
background-color: #9AD651;
}
</style>
border-color css
<style>
span { border-color: #9AD651; }
span { border-color: rgb(154,214,81); }
td.TdClassName
{
border-color: #9AD651;
}
.TagClassName
{
border-color: #9AD651;
}
</style>