Shades of Atlantis #9BC644
Tints of Atlantis #9BC644
RGB
CMYK
RGB Variations
Color information
#9BC644 (or 0x9BC644) is known color: Atlantis. HEX triplet: 9B, C6 and 44. RGB value is (155,198,68). Sum of RGB (Red+Green+Blue) = 155+198+68=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC644 is #6439BB. Grayscale: #AAAAAA. Windows color (decimal): -6568380 or 4507291. OLE color: 4507291.
HSL color Cylindrical-coordinate representation of color #9BC644: hue angle of 79.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BC644 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 68 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.22 |
| HSL | 79.85º | 0.53% | 0.52% | - |
| HSV(B) | 79.85º | 0.66% | 0.78% | - |
| XYZ | 34.76 | 47.77 | 12.86 | - |
| YUV | 170.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 68 | 0.22 | 0 | 0.66 | 0.22 | 79.85 | 0.53 | 0.52 |
| Hex | 9B | C6 | 44 | 16 | 0 | 42 | 16 | 50 | 35 | 34 |
| Octal | 233 | 306 | 104 | 26 | 0 | 102 | 26 | 120 | 65 | 64 |
| Binary | 10011011 | 11000110 | 1000100 | 10110 | 0 | 1000010 | 10110 | 1010000 | 110101 | 110100 |
Color Harmonies of #9BC644
Complementary color
Monochromatic Colors of #9BC644
Black with #9BC644
Text Example
Text Example
White with #9BC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC644; }
p { color: rgb(155,198,68); }
H1.HeaderClassName
{
color: #9BC644;
}
.AnyTagClassName
{
color: #9BC644;
}
</style>
background-color css
<style>
a { background-color: #9BC644; }
a { background-color: rgb(155,198,68); }
div.DivClassName
{
background-color: #9BC644;
}
.BgClassName
{
background-color: #9BC644;
}
</style>
border-color css
<style>
span { border-color: #9BC644; }
span { border-color: rgb(155,198,68); }
td.TdClassName
{
border-color: #9BC644;
}
.TagClassName
{
border-color: #9BC644;
}
</style>