Shades of Atlantis #9BD643
Tints of Atlantis #9BD643
RGB
CMYK
RGB Variations
Color information
#9BD643 (or 0x9BD643) is known color: Atlantis. HEX triplet: 9B, D6 and 43. RGB value is (155,214,67). Sum of RGB (Red+Green+Blue) = 155+214+67=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD643 is #6429BC. Grayscale: #B4B4B4. Windows color (decimal): -6564285 or 4445851. OLE color: 4445851.
HSL color Cylindrical-coordinate representation of color #9BD643: hue angle of 84.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BD643 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 67 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.16 |
| HSL | 84.08º | 0.64% | 0.55% | - |
| HSV(B) | 84.08º | 0.69% | 0.84% | - |
| XYZ | 38.58 | 55.47 | 13.98 | - |
| YUV | 179.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 67 | 0.28 | 0 | 0.69 | 0.16 | 84.08 | 0.64 | 0.55 |
| Hex | 9B | D6 | 43 | 1C | 0 | 45 | 10 | 54 | 40 | 37 |
| Octal | 233 | 326 | 103 | 34 | 0 | 105 | 20 | 124 | 100 | 67 |
| Binary | 10011011 | 11010110 | 1000011 | 11100 | 0 | 1000101 | 10000 | 1010100 | 1000000 | 110111 |
Color Harmonies of #9BD643
Complementary color
Monochromatic Colors of #9BD643
Black with #9BD643
Text Example
Text Example
White with #9BD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD643; }
p { color: rgb(155,214,67); }
H1.HeaderClassName
{
color: #9BD643;
}
.AnyTagClassName
{
color: #9BD643;
}
</style>
background-color css
<style>
a { background-color: #9BD643; }
a { background-color: rgb(155,214,67); }
div.DivClassName
{
background-color: #9BD643;
}
.BgClassName
{
background-color: #9BD643;
}
</style>
border-color css
<style>
span { border-color: #9BD643; }
span { border-color: rgb(155,214,67); }
td.TdClassName
{
border-color: #9BD643;
}
.TagClassName
{
border-color: #9BD643;
}
</style>