Shades of Atlantis #9AD138
Tints of Atlantis #9AD138
RGB
CMYK
RGB Variations
Color information
#9AD138 (or 0x9AD138) is known color: Atlantis. HEX triplet: 9A, D1 and 38. RGB value is (154,209,56). Sum of RGB (Red+Green+Blue) = 154+209+56=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD138 is #652EC7. Grayscale: #AFAFAF. Windows color (decimal): -6631112 or 3723674. OLE color: 3723674.
HSL color Cylindrical-coordinate representation of color #9AD138: hue angle of 81.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AD138 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 56 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.18 |
| HSL | 81.57º | 0.62% | 0.52% | - |
| HSV(B) | 81.57º | 0.73% | 0.82% | - |
| XYZ | 36.84 | 52.76 | 11.98 | - |
| YUV | 175.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 56 | 0.26 | 0 | 0.73 | 0.18 | 81.57 | 0.62 | 0.52 |
| Hex | 9A | D1 | 38 | 1A | 0 | 49 | 12 | 52 | 3E | 34 |
| Octal | 232 | 321 | 70 | 32 | 0 | 111 | 22 | 122 | 76 | 64 |
| Binary | 10011010 | 11010001 | 111000 | 11010 | 0 | 1001001 | 10010 | 1010010 | 111110 | 110100 |
Color Harmonies of #9AD138
Complementary color
Monochromatic Colors of #9AD138
Black with #9AD138
Text Example
Text Example
White with #9AD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD138; }
p { color: rgb(154,209,56); }
H1.HeaderClassName
{
color: #9AD138;
}
.AnyTagClassName
{
color: #9AD138;
}
</style>
background-color css
<style>
a { background-color: #9AD138; }
a { background-color: rgb(154,209,56); }
div.DivClassName
{
background-color: #9AD138;
}
.BgClassName
{
background-color: #9AD138;
}
</style>
border-color css
<style>
span { border-color: #9AD138; }
span { border-color: rgb(154,209,56); }
td.TdClassName
{
border-color: #9AD138;
}
.TagClassName
{
border-color: #9AD138;
}
</style>