Shades of Atlantis #9BC73E
Tints of Atlantis #9BC73E
RGB
CMYK
RGB Variations
Color information
#9BC73E (or 0x9BC73E) is known color: Atlantis. HEX triplet: 9B, C7 and 3E. RGB value is (155,199,62). Sum of RGB (Red+Green+Blue) = 155+199+62=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC73E is #6438C1. Grayscale: #AAAAAA. Windows color (decimal): -6568130 or 4114331. OLE color: 4114331.
HSL color Cylindrical-coordinate representation of color #9BC73E: hue angle of 79.27º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BC73E is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 62 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.22 |
| HSL | 79.27º | 0.55% | 0.51% | - |
| HSV(B) | 79.27º | 0.69% | 0.78% | - |
| XYZ | 34.81 | 48.16 | 12.02 | - |
| YUV | 170.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 62 | 0.22 | 0 | 0.69 | 0.22 | 79.27 | 0.55 | 0.51 |
| Hex | 9B | C7 | 3E | 16 | 0 | 45 | 16 | 4F | 37 | 33 |
| Octal | 233 | 307 | 76 | 26 | 0 | 105 | 26 | 117 | 67 | 63 |
| Binary | 10011011 | 11000111 | 111110 | 10110 | 0 | 1000101 | 10110 | 1001111 | 110111 | 110011 |
Color Harmonies of #9BC73E
Complementary color
Monochromatic Colors of #9BC73E
Black with #9BC73E
Text Example
Text Example
White with #9BC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC73E; }
p { color: rgb(155,199,62); }
H1.HeaderClassName
{
color: #9BC73E;
}
.AnyTagClassName
{
color: #9BC73E;
}
</style>
background-color css
<style>
a { background-color: #9BC73E; }
a { background-color: rgb(155,199,62); }
div.DivClassName
{
background-color: #9BC73E;
}
.BgClassName
{
background-color: #9BC73E;
}
</style>
border-color css
<style>
span { border-color: #9BC73E; }
span { border-color: rgb(155,199,62); }
td.TdClassName
{
border-color: #9BC73E;
}
.TagClassName
{
border-color: #9BC73E;
}
</style>