Shades of Atlantis #9BDA48
Tints of Atlantis #9BDA48
RGB
CMYK
RGB Variations
Color information
#9BDA48 (or 0x9BDA48) is known color: Atlantis. HEX triplet: 9B, DA and 48. RGB value is (155,218,72). Sum of RGB (Red+Green+Blue) = 155+218+72=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDA48 is #6425B7. Grayscale: #B7B7B7. Windows color (decimal): -6563256 or 4774555. OLE color: 4774555.
HSL color Cylindrical-coordinate representation of color #9BDA48: hue angle of 85.89º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BDA48 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 72 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.15 |
| HSL | 85.89º | 0.66% | 0.57% | - |
| HSV(B) | 85.89º | 0.67% | 0.85% | - |
| XYZ | 39.76 | 57.58 | 15.15 | - |
| YUV | 182.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 72 | 0.29 | 0 | 0.67 | 0.15 | 85.89 | 0.66 | 0.57 |
| Hex | 9B | DA | 48 | 1D | 0 | 43 | F | 56 | 42 | 39 |
| Octal | 233 | 332 | 110 | 35 | 0 | 103 | 17 | 126 | 102 | 71 |
| Binary | 10011011 | 11011010 | 1001000 | 11101 | 0 | 1000011 | 1111 | 1010110 | 1000010 | 111001 |
Color Harmonies of #9BDA48
Complementary color
Monochromatic Colors of #9BDA48
Black with #9BDA48
Text Example
Text Example
White with #9BDA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA48; }
p { color: rgb(155,218,72); }
H1.HeaderClassName
{
color: #9BDA48;
}
.AnyTagClassName
{
color: #9BDA48;
}
</style>
background-color css
<style>
a { background-color: #9BDA48; }
a { background-color: rgb(155,218,72); }
div.DivClassName
{
background-color: #9BDA48;
}
.BgClassName
{
background-color: #9BDA48;
}
</style>
border-color css
<style>
span { border-color: #9BDA48; }
span { border-color: rgb(155,218,72); }
td.TdClassName
{
border-color: #9BDA48;
}
.TagClassName
{
border-color: #9BDA48;
}
</style>