Shades of Atlantis #9BC944
Tints of Atlantis #9BC944
RGB
CMYK
RGB Variations
Color information
#9BC944 (or 0x9BC944) is known color: Atlantis. HEX triplet: 9B, C9 and 44. RGB value is (155,201,68). Sum of RGB (Red+Green+Blue) = 155+201+68=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC944 is #6436BB. Grayscale: #ACACAC. Windows color (decimal): -6567612 or 4508059. OLE color: 4508059.
HSL color Cylindrical-coordinate representation of color #9BC944: hue angle of 80.75º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BC944 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 68 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.21 |
| HSL | 80.75º | 0.55% | 0.53% | - |
| HSV(B) | 80.75º | 0.66% | 0.79% | - |
| XYZ | 35.45 | 49.16 | 13.09 | - |
| YUV | 172.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 68 | 0.23 | 0 | 0.66 | 0.21 | 80.75 | 0.55 | 0.53 |
| Hex | 9B | C9 | 44 | 17 | 0 | 42 | 15 | 51 | 37 | 35 |
| Octal | 233 | 311 | 104 | 27 | 0 | 102 | 25 | 121 | 67 | 65 |
| Binary | 10011011 | 11001001 | 1000100 | 10111 | 0 | 1000010 | 10101 | 1010001 | 110111 | 110101 |
Color Harmonies of #9BC944
Complementary color
Monochromatic Colors of #9BC944
Black with #9BC944
Text Example
Text Example
White with #9BC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC944; }
p { color: rgb(155,201,68); }
H1.HeaderClassName
{
color: #9BC944;
}
.AnyTagClassName
{
color: #9BC944;
}
</style>
background-color css
<style>
a { background-color: #9BC944; }
a { background-color: rgb(155,201,68); }
div.DivClassName
{
background-color: #9BC944;
}
.BgClassName
{
background-color: #9BC944;
}
</style>
border-color css
<style>
span { border-color: #9BC944; }
span { border-color: rgb(155,201,68); }
td.TdClassName
{
border-color: #9BC944;
}
.TagClassName
{
border-color: #9BC944;
}
</style>