Shades of Atlantis #9BC647
Tints of Atlantis #9BC647
RGB
CMYK
RGB Variations
Color information
#9BC647 (or 0x9BC647) is known color: Atlantis. HEX triplet: 9B, C6 and 47. RGB value is (155,198,71). Sum of RGB (Red+Green+Blue) = 155+198+71=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC647 is #6439B8. Grayscale: #ABABAB. Windows color (decimal): -6568377 or 4703899. OLE color: 4703899.
HSL color Cylindrical-coordinate representation of color #9BC647: hue angle of 80.31º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BC647 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 71 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.22 |
| HSL | 80.31º | 0.53% | 0.53% | - |
| HSV(B) | 80.31º | 0.64% | 0.78% | - |
| XYZ | 34.85 | 47.81 | 13.35 | - |
| YUV | 170.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 71 | 0.22 | 0 | 0.64 | 0.22 | 80.31 | 0.53 | 0.53 |
| Hex | 9B | C6 | 47 | 16 | 0 | 40 | 16 | 50 | 35 | 35 |
| Octal | 233 | 306 | 107 | 26 | 0 | 100 | 26 | 120 | 65 | 65 |
| Binary | 10011011 | 11000110 | 1000111 | 10110 | 0 | 1000000 | 10110 | 1010000 | 110101 | 110101 |
Color Harmonies of #9BC647
Complementary color
Monochromatic Colors of #9BC647
Black with #9BC647
Text Example
Text Example
White with #9BC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC647; }
p { color: rgb(155,198,71); }
H1.HeaderClassName
{
color: #9BC647;
}
.AnyTagClassName
{
color: #9BC647;
}
</style>
background-color css
<style>
a { background-color: #9BC647; }
a { background-color: rgb(155,198,71); }
div.DivClassName
{
background-color: #9BC647;
}
.BgClassName
{
background-color: #9BC647;
}
</style>
border-color css
<style>
span { border-color: #9BC647; }
span { border-color: rgb(155,198,71); }
td.TdClassName
{
border-color: #9BC647;
}
.TagClassName
{
border-color: #9BC647;
}
</style>