Shades of Atlantis #9BDD34
Tints of Atlantis #9BDD34
RGB
CMYK
RGB Variations
Color information
#9BDD34 (or 0x9BDD34) is known color: Atlantis. HEX triplet: 9B, DD and 34. RGB value is (155,221,52). Sum of RGB (Red+Green+Blue) = 155+221+52=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDD34 is #6422CB. Grayscale: #B6B6B6. Windows color (decimal): -6562508 or 3464603. OLE color: 3464603.
HSL color Cylindrical-coordinate representation of color #9BDD34: hue angle of 83.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BDD34 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 52 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.13 |
| HSL | 83.43º | 0.71% | 0.54% | - |
| HSV(B) | 83.43º | 0.76% | 0.87% | - |
| XYZ | 39.99 | 58.93 | 12.52 | - |
| YUV | 182 | 54.63 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 52 | 0.30 | 0 | 0.76 | 0.13 | 83.43 | 0.71 | 0.54 |
| Hex | 9B | DD | 34 | 1E | 0 | 4C | D | 53 | 47 | 36 |
| Octal | 233 | 335 | 64 | 36 | 0 | 114 | 15 | 123 | 107 | 66 |
| Binary | 10011011 | 11011101 | 110100 | 11110 | 0 | 1001100 | 1101 | 1010011 | 1000111 | 110110 |
Color Harmonies of #9BDD34
Complementary color
Monochromatic Colors of #9BDD34
Black with #9BDD34
Text Example
Text Example
White with #9BDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD34; }
p { color: rgb(155,221,52); }
H1.HeaderClassName
{
color: #9BDD34;
}
.AnyTagClassName
{
color: #9BDD34;
}
</style>
background-color css
<style>
a { background-color: #9BDD34; }
a { background-color: rgb(155,221,52); }
div.DivClassName
{
background-color: #9BDD34;
}
.BgClassName
{
background-color: #9BDD34;
}
</style>
border-color css
<style>
span { border-color: #9BDD34; }
span { border-color: rgb(155,221,52); }
td.TdClassName
{
border-color: #9BDD34;
}
.TagClassName
{
border-color: #9BDD34;
}
</style>