Shades of Atlantis #9BC54E
Tints of Atlantis #9BC54E
RGB
CMYK
RGB Variations
Color information
#9BC54E (or 0x9BC54E) is known color: Atlantis. HEX triplet: 9B, C5 and 4E. RGB value is (155,197,78). Sum of RGB (Red+Green+Blue) = 155+197+78=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC54E is #643AB1. Grayscale: #ABABAB. Windows color (decimal): -6568626 or 5162395. OLE color: 5162395.
HSL color Cylindrical-coordinate representation of color #9BC54E: hue angle of 81.18º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BC54E is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 78 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.23 |
| HSL | 81.18º | 0.51% | 0.54% | - |
| HSV(B) | 81.18º | 0.6% | 0.77% | - |
| XYZ | 34.86 | 47.45 | 14.53 | - |
| YUV | 170.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 78 | 0.21 | 0 | 0.60 | 0.23 | 81.18 | 0.51 | 0.54 |
| Hex | 9B | C5 | 4E | 15 | 0 | 3C | 17 | 51 | 33 | 36 |
| Octal | 233 | 305 | 116 | 25 | 0 | 74 | 27 | 121 | 63 | 66 |
| Binary | 10011011 | 11000101 | 1001110 | 10101 | 0 | 111100 | 10111 | 1010001 | 110011 | 110110 |
Color Harmonies of #9BC54E
Complementary color
Monochromatic Colors of #9BC54E
Black with #9BC54E
Text Example
Text Example
White with #9BC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC54E; }
p { color: rgb(155,197,78); }
H1.HeaderClassName
{
color: #9BC54E;
}
.AnyTagClassName
{
color: #9BC54E;
}
</style>
background-color css
<style>
a { background-color: #9BC54E; }
a { background-color: rgb(155,197,78); }
div.DivClassName
{
background-color: #9BC54E;
}
.BgClassName
{
background-color: #9BC54E;
}
</style>
border-color css
<style>
span { border-color: #9BC54E; }
span { border-color: rgb(155,197,78); }
td.TdClassName
{
border-color: #9BC54E;
}
.TagClassName
{
border-color: #9BC54E;
}
</style>