Shades of Atlantis #9BD043
Tints of Atlantis #9BD043
RGB
CMYK
RGB Variations
Color information
#9BD043 (or 0x9BD043) is known color: Atlantis. HEX triplet: 9B, D0 and 43. RGB value is (155,208,67). Sum of RGB (Red+Green+Blue) = 155+208+67=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD043 is #642FBC. Grayscale: #B0B0B0. Windows color (decimal): -6565821 or 4444315. OLE color: 4444315.
HSL color Cylindrical-coordinate representation of color #9BD043: hue angle of 82.55º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BD043 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 67 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.18 |
| HSL | 82.55º | 0.6% | 0.54% | - |
| HSV(B) | 82.55º | 0.68% | 0.82% | - |
| XYZ | 37.09 | 52.49 | 13.49 | - |
| YUV | 176.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 67 | 0.25 | 0 | 0.68 | 0.18 | 82.55 | 0.6 | 0.54 |
| Hex | 9B | D0 | 43 | 19 | 0 | 44 | 12 | 53 | 3C | 36 |
| Octal | 233 | 320 | 103 | 31 | 0 | 104 | 22 | 123 | 74 | 66 |
| Binary | 10011011 | 11010000 | 1000011 | 11001 | 0 | 1000100 | 10010 | 1010011 | 111100 | 110110 |
Color Harmonies of #9BD043
Complementary color
Monochromatic Colors of #9BD043
Black with #9BD043
Text Example
Text Example
White with #9BD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD043; }
p { color: rgb(155,208,67); }
H1.HeaderClassName
{
color: #9BD043;
}
.AnyTagClassName
{
color: #9BD043;
}
</style>
background-color css
<style>
a { background-color: #9BD043; }
a { background-color: rgb(155,208,67); }
div.DivClassName
{
background-color: #9BD043;
}
.BgClassName
{
background-color: #9BD043;
}
</style>
border-color css
<style>
span { border-color: #9BD043; }
span { border-color: rgb(155,208,67); }
td.TdClassName
{
border-color: #9BD043;
}
.TagClassName
{
border-color: #9BD043;
}
</style>