Shades of Atlantis #9BC14D
Tints of Atlantis #9BC14D
RGB
CMYK
RGB Variations
Color information
#9BC14D (or 0x9BC14D) is known color: Atlantis. HEX triplet: 9B, C1 and 4D. RGB value is (155,193,77). Sum of RGB (Red+Green+Blue) = 155+193+77=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC14D is #643EB2. Grayscale: #A8A8A8. Windows color (decimal): -6569651 or 5095835. OLE color: 5095835.
HSL color Cylindrical-coordinate representation of color #9BC14D: hue angle of 79.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BC14D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 77 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.24 |
| HSL | 79.66º | 0.48% | 0.53% | - |
| HSV(B) | 79.66º | 0.6% | 0.76% | - |
| XYZ | 33.93 | 45.64 | 14.04 | - |
| YUV | 168.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 77 | 0.20 | 0 | 0.60 | 0.24 | 79.66 | 0.48 | 0.53 |
| Hex | 9B | C1 | 4D | 14 | 0 | 3C | 18 | 50 | 30 | 35 |
| Octal | 233 | 301 | 115 | 24 | 0 | 74 | 30 | 120 | 60 | 65 |
| Binary | 10011011 | 11000001 | 1001101 | 10100 | 0 | 111100 | 11000 | 1010000 | 110000 | 110101 |
Color Harmonies of #9BC14D
Complementary color
Monochromatic Colors of #9BC14D
Black with #9BC14D
Text Example
Text Example
White with #9BC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC14D; }
p { color: rgb(155,193,77); }
H1.HeaderClassName
{
color: #9BC14D;
}
.AnyTagClassName
{
color: #9BC14D;
}
</style>
background-color css
<style>
a { background-color: #9BC14D; }
a { background-color: rgb(155,193,77); }
div.DivClassName
{
background-color: #9BC14D;
}
.BgClassName
{
background-color: #9BC14D;
}
</style>
border-color css
<style>
span { border-color: #9BC14D; }
span { border-color: rgb(155,193,77); }
td.TdClassName
{
border-color: #9BC14D;
}
.TagClassName
{
border-color: #9BC14D;
}
</style>