Shades of Atlantis #9BC94D
Tints of Atlantis #9BC94D
RGB
CMYK
RGB Variations
Color information
#9BC94D (or 0x9BC94D) is known color: Atlantis. HEX triplet: 9B, C9 and 4D. RGB value is (155,201,77). Sum of RGB (Red+Green+Blue) = 155+201+77=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC94D is #6436B2. Grayscale: #ADADAD. Windows color (decimal): -6567603 or 5097883. OLE color: 5097883.
HSL color Cylindrical-coordinate representation of color #9BC94D: hue angle of 82.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BC94D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 77 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.21 |
| HSL | 82.26º | 0.53% | 0.55% | - |
| HSV(B) | 82.26º | 0.62% | 0.79% | - |
| XYZ | 35.74 | 49.28 | 14.65 | - |
| YUV | 173.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 77 | 0.23 | 0 | 0.62 | 0.21 | 82.26 | 0.53 | 0.55 |
| Hex | 9B | C9 | 4D | 17 | 0 | 3E | 15 | 52 | 35 | 37 |
| Octal | 233 | 311 | 115 | 27 | 0 | 76 | 25 | 122 | 65 | 67 |
| Binary | 10011011 | 11001001 | 1001101 | 10111 | 0 | 111110 | 10101 | 1010010 | 110101 | 110111 |
Color Harmonies of #9BC94D
Complementary color
Monochromatic Colors of #9BC94D
Black with #9BC94D
Text Example
Text Example
White with #9BC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC94D; }
p { color: rgb(155,201,77); }
H1.HeaderClassName
{
color: #9BC94D;
}
.AnyTagClassName
{
color: #9BC94D;
}
</style>
background-color css
<style>
a { background-color: #9BC94D; }
a { background-color: rgb(155,201,77); }
div.DivClassName
{
background-color: #9BC94D;
}
.BgClassName
{
background-color: #9BC94D;
}
</style>
border-color css
<style>
span { border-color: #9BC94D; }
span { border-color: rgb(155,201,77); }
td.TdClassName
{
border-color: #9BC94D;
}
.TagClassName
{
border-color: #9BC94D;
}
</style>