Shades of Atlantis #9BDD3E
Tints of Atlantis #9BDD3E
RGB
CMYK
RGB Variations
Color information
#9BDD3E (or 0x9BDD3E) is known color: Atlantis. HEX triplet: 9B, DD and 3E. RGB value is (155,221,62). Sum of RGB (Red+Green+Blue) = 155+221+62=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDD3E is #6422C1. Grayscale: #B7B7B7. Windows color (decimal): -6562498 or 4119963. OLE color: 4119963.
HSL color Cylindrical-coordinate representation of color #9BDD3E: hue angle of 84.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BDD3E is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 62 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.13 |
| HSL | 84.91º | 0.7% | 0.55% | - |
| HSV(B) | 84.91º | 0.72% | 0.87% | - |
| XYZ | 40.24 | 59.03 | 13.83 | - |
| YUV | 183.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 62 | 0.30 | 0 | 0.72 | 0.13 | 84.91 | 0.7 | 0.55 |
| Hex | 9B | DD | 3E | 1E | 0 | 48 | D | 55 | 46 | 37 |
| Octal | 233 | 335 | 76 | 36 | 0 | 110 | 15 | 125 | 106 | 67 |
| Binary | 10011011 | 11011101 | 111110 | 11110 | 0 | 1001000 | 1101 | 1010101 | 1000110 | 110111 |
Color Harmonies of #9BDD3E
Complementary color
Monochromatic Colors of #9BDD3E
Black with #9BDD3E
Text Example
Text Example
White with #9BDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD3E; }
p { color: rgb(155,221,62); }
H1.HeaderClassName
{
color: #9BDD3E;
}
.AnyTagClassName
{
color: #9BDD3E;
}
</style>
background-color css
<style>
a { background-color: #9BDD3E; }
a { background-color: rgb(155,221,62); }
div.DivClassName
{
background-color: #9BDD3E;
}
.BgClassName
{
background-color: #9BDD3E;
}
</style>
border-color css
<style>
span { border-color: #9BDD3E; }
span { border-color: rgb(155,221,62); }
td.TdClassName
{
border-color: #9BDD3E;
}
.TagClassName
{
border-color: #9BDD3E;
}
</style>