Shades of Atlantis #9BD534
Tints of Atlantis #9BD534
RGB
CMYK
RGB Variations
Color information
#9BD534 (or 0x9BD534) is known color: Atlantis. HEX triplet: 9B, D5 and 34. RGB value is (155,213,52). Sum of RGB (Red+Green+Blue) = 155+213+52=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD534 is #642ACB. Grayscale: #B1B1B1. Windows color (decimal): -6564556 or 3462555. OLE color: 3462555.
HSL color Cylindrical-coordinate representation of color #9BD534: hue angle of 81.61º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BD534 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 52 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.16 |
| HSL | 81.61º | 0.66% | 0.52% | - |
| HSV(B) | 81.61º | 0.76% | 0.84% | - |
| XYZ | 37.93 | 54.81 | 11.83 | - |
| YUV | 177.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 52 | 0.27 | 0 | 0.76 | 0.16 | 81.61 | 0.66 | 0.52 |
| Hex | 9B | D5 | 34 | 1B | 0 | 4C | 10 | 52 | 42 | 34 |
| Octal | 233 | 325 | 64 | 33 | 0 | 114 | 20 | 122 | 102 | 64 |
| Binary | 10011011 | 11010101 | 110100 | 11011 | 0 | 1001100 | 10000 | 1010010 | 1000010 | 110100 |
Color Harmonies of #9BD534
Complementary color
Monochromatic Colors of #9BD534
Black with #9BD534
Text Example
Text Example
White with #9BD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD534; }
p { color: rgb(155,213,52); }
H1.HeaderClassName
{
color: #9BD534;
}
.AnyTagClassName
{
color: #9BD534;
}
</style>
background-color css
<style>
a { background-color: #9BD534; }
a { background-color: rgb(155,213,52); }
div.DivClassName
{
background-color: #9BD534;
}
.BgClassName
{
background-color: #9BD534;
}
</style>
border-color css
<style>
span { border-color: #9BD534; }
span { border-color: rgb(155,213,52); }
td.TdClassName
{
border-color: #9BD534;
}
.TagClassName
{
border-color: #9BD534;
}
</style>