Shades of Atlantis #9BC73C
Tints of Atlantis #9BC73C
RGB
CMYK
RGB Variations
Color information
#9BC73C (or 0x9BC73C) is known color: Atlantis. HEX triplet: 9B, C7 and 3C. RGB value is (155,199,60). Sum of RGB (Red+Green+Blue) = 155+199+60=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC73C is #6438C3. Grayscale: #AAAAAA. Windows color (decimal): -6568132 or 3983259. OLE color: 3983259.
HSL color Cylindrical-coordinate representation of color #9BC73C: hue angle of 78.99º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BC73C is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 60 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.22 |
| HSL | 78.99º | 0.55% | 0.51% | - |
| HSV(B) | 78.99º | 0.7% | 0.78% | - |
| XYZ | 34.76 | 48.14 | 11.74 | - |
| YUV | 170 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 60 | 0.22 | 0 | 0.70 | 0.22 | 78.99 | 0.55 | 0.51 |
| Hex | 9B | C7 | 3C | 16 | 0 | 46 | 16 | 4F | 37 | 33 |
| Octal | 233 | 307 | 74 | 26 | 0 | 106 | 26 | 117 | 67 | 63 |
| Binary | 10011011 | 11000111 | 111100 | 10110 | 0 | 1000110 | 10110 | 1001111 | 110111 | 110011 |
Color Harmonies of #9BC73C
Complementary color
Monochromatic Colors of #9BC73C
Black with #9BC73C
Text Example
Text Example
White with #9BC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC73C; }
p { color: rgb(155,199,60); }
H1.HeaderClassName
{
color: #9BC73C;
}
.AnyTagClassName
{
color: #9BC73C;
}
</style>
background-color css
<style>
a { background-color: #9BC73C; }
a { background-color: rgb(155,199,60); }
div.DivClassName
{
background-color: #9BC73C;
}
.BgClassName
{
background-color: #9BC73C;
}
</style>
border-color css
<style>
span { border-color: #9BC73C; }
span { border-color: rgb(155,199,60); }
td.TdClassName
{
border-color: #9BC73C;
}
.TagClassName
{
border-color: #9BC73C;
}
</style>