Shades of Atlantis #9BD052
Tints of Atlantis #9BD052
RGB
CMYK
RGB Variations
Color information
#9BD052 (or 0x9BD052) is known color: Atlantis. HEX triplet: 9B, D0 and 52. RGB value is (155,208,82). Sum of RGB (Red+Green+Blue) = 155+208+82=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD052 is #642FAD. Grayscale: #B2B2B2. Windows color (decimal): -6565806 or 5427355. OLE color: 5427355.
HSL color Cylindrical-coordinate representation of color #9BD052: hue angle of 85.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BD052 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 82 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.18 |
| HSL | 85.24º | 0.57% | 0.57% | - |
| HSV(B) | 85.24º | 0.61% | 0.82% | - |
| XYZ | 37.6 | 52.69 | 16.17 | - |
| YUV | 177.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 82 | 0.25 | 0 | 0.61 | 0.18 | 85.24 | 0.57 | 0.57 |
| Hex | 9B | D0 | 52 | 19 | 0 | 3D | 12 | 55 | 39 | 39 |
| Octal | 233 | 320 | 122 | 31 | 0 | 75 | 22 | 125 | 71 | 71 |
| Binary | 10011011 | 11010000 | 1010010 | 11001 | 0 | 111101 | 10010 | 1010101 | 111001 | 111001 |
Color Harmonies of #9BD052
Complementary color
Monochromatic Colors of #9BD052
Black with #9BD052
Text Example
Text Example
White with #9BD052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD052; }
p { color: rgb(155,208,82); }
H1.HeaderClassName
{
color: #9BD052;
}
.AnyTagClassName
{
color: #9BD052;
}
</style>
background-color css
<style>
a { background-color: #9BD052; }
a { background-color: rgb(155,208,82); }
div.DivClassName
{
background-color: #9BD052;
}
.BgClassName
{
background-color: #9BD052;
}
</style>
border-color css
<style>
span { border-color: #9BD052; }
span { border-color: rgb(155,208,82); }
td.TdClassName
{
border-color: #9BD052;
}
.TagClassName
{
border-color: #9BD052;
}
</style>