Shades of Atlantis #9BC340
Tints of Atlantis #9BC340
RGB
CMYK
RGB Variations
Color information
#9BC340 (or 0x9BC340) is known color: Atlantis. HEX triplet: 9B, C3 and 40. RGB value is (155,195,64). Sum of RGB (Red+Green+Blue) = 155+195+64=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC340 is #643CBF. Grayscale: #A8A8A8. Windows color (decimal): -6569152 or 4244379. OLE color: 4244379.
HSL color Cylindrical-coordinate representation of color #9BC340: hue angle of 78.32º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BC340 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 64 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.24 |
| HSL | 78.32º | 0.52% | 0.51% | - |
| HSV(B) | 78.32º | 0.67% | 0.76% | - |
| XYZ | 33.96 | 46.37 | 12.01 | - |
| YUV | 168.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 64 | 0.21 | 0 | 0.67 | 0.24 | 78.32 | 0.52 | 0.51 |
| Hex | 9B | C3 | 40 | 15 | 0 | 43 | 18 | 4E | 34 | 33 |
| Octal | 233 | 303 | 100 | 25 | 0 | 103 | 30 | 116 | 64 | 63 |
| Binary | 10011011 | 11000011 | 1000000 | 10101 | 0 | 1000011 | 11000 | 1001110 | 110100 | 110011 |
Color Harmonies of #9BC340
Complementary color
Monochromatic Colors of #9BC340
Black with #9BC340
Text Example
Text Example
White with #9BC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC340; }
p { color: rgb(155,195,64); }
H1.HeaderClassName
{
color: #9BC340;
}
.AnyTagClassName
{
color: #9BC340;
}
</style>
background-color css
<style>
a { background-color: #9BC340; }
a { background-color: rgb(155,195,64); }
div.DivClassName
{
background-color: #9BC340;
}
.BgClassName
{
background-color: #9BC340;
}
</style>
border-color css
<style>
span { border-color: #9BC340; }
span { border-color: rgb(155,195,64); }
td.TdClassName
{
border-color: #9BC340;
}
.TagClassName
{
border-color: #9BC340;
}
</style>