Shades of Atlantis #9BC93F
Tints of Atlantis #9BC93F
RGB
CMYK
RGB Variations
Color information
#9BC93F (or 0x9BC93F) is known color: Atlantis. HEX triplet: 9B, C9 and 3F. RGB value is (155,201,63). Sum of RGB (Red+Green+Blue) = 155+201+63=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC93F is #6436C0. Grayscale: #ACACAC. Windows color (decimal): -6567617 or 4180379. OLE color: 4180379.
HSL color Cylindrical-coordinate representation of color #9BC93F: hue angle of 80º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BC93F is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 63 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.21 |
| HSL | 80º | 0.56% | 0.52% | - |
| HSV(B) | 80º | 0.69% | 0.79% | - |
| XYZ | 35.3 | 49.1 | 12.32 | - |
| YUV | 171.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 63 | 0.23 | 0 | 0.69 | 0.21 | 80 | 0.56 | 0.52 |
| Hex | 9B | C9 | 3F | 17 | 0 | 45 | 15 | 50 | 38 | 34 |
| Octal | 233 | 311 | 77 | 27 | 0 | 105 | 25 | 120 | 70 | 64 |
| Binary | 10011011 | 11001001 | 111111 | 10111 | 0 | 1000101 | 10101 | 1010000 | 111000 | 110100 |
Color Harmonies of #9BC93F
Complementary color
Monochromatic Colors of #9BC93F
Black with #9BC93F
Text Example
Text Example
White with #9BC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC93F; }
p { color: rgb(155,201,63); }
H1.HeaderClassName
{
color: #9BC93F;
}
.AnyTagClassName
{
color: #9BC93F;
}
</style>
background-color css
<style>
a { background-color: #9BC93F; }
a { background-color: rgb(155,201,63); }
div.DivClassName
{
background-color: #9BC93F;
}
.BgClassName
{
background-color: #9BC93F;
}
</style>
border-color css
<style>
span { border-color: #9BC93F; }
span { border-color: rgb(155,201,63); }
td.TdClassName
{
border-color: #9BC93F;
}
.TagClassName
{
border-color: #9BC93F;
}
</style>