Shades of Atlantis #9BC241
Tints of Atlantis #9BC241
RGB
CMYK
RGB Variations
Color information
#9BC241 (or 0x9BC241) is known color: Atlantis. HEX triplet: 9B, C2 and 41. RGB value is (155,194,65). Sum of RGB (Red+Green+Blue) = 155+194+65=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC241 is #643DBE. Grayscale: #A8A8A8. Windows color (decimal): -6569407 or 4309659. OLE color: 4309659.
HSL color Cylindrical-coordinate representation of color #9BC241: hue angle of 78.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BC241 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 65 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.24 |
| HSL | 78.14º | 0.51% | 0.51% | - |
| HSV(B) | 78.14º | 0.66% | 0.76% | - |
| XYZ | 33.76 | 45.93 | 12.09 | - |
| YUV | 167.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 65 | 0.20 | 0 | 0.66 | 0.24 | 78.14 | 0.51 | 0.51 |
| Hex | 9B | C2 | 41 | 14 | 0 | 42 | 18 | 4E | 33 | 33 |
| Octal | 233 | 302 | 101 | 24 | 0 | 102 | 30 | 116 | 63 | 63 |
| Binary | 10011011 | 11000010 | 1000001 | 10100 | 0 | 1000010 | 11000 | 1001110 | 110011 | 110011 |
Color Harmonies of #9BC241
Complementary color
Monochromatic Colors of #9BC241
Black with #9BC241
Text Example
Text Example
White with #9BC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC241; }
p { color: rgb(155,194,65); }
H1.HeaderClassName
{
color: #9BC241;
}
.AnyTagClassName
{
color: #9BC241;
}
</style>
background-color css
<style>
a { background-color: #9BC241; }
a { background-color: rgb(155,194,65); }
div.DivClassName
{
background-color: #9BC241;
}
.BgClassName
{
background-color: #9BC241;
}
</style>
border-color css
<style>
span { border-color: #9BC241; }
span { border-color: rgb(155,194,65); }
td.TdClassName
{
border-color: #9BC241;
}
.TagClassName
{
border-color: #9BC241;
}
</style>