Shades of Atlantis #9BC148
Tints of Atlantis #9BC148
RGB
CMYK
RGB Variations
Color information
#9BC148 (or 0x9BC148) is known color: Atlantis. HEX triplet: 9B, C1 and 48. RGB value is (155,193,72). Sum of RGB (Red+Green+Blue) = 155+193+72=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC148 is #643EB7. Grayscale: #A8A8A8. Windows color (decimal): -6569656 or 4768155. OLE color: 4768155.
HSL color Cylindrical-coordinate representation of color #9BC148: hue angle of 78.84º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BC148 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 72 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.24 |
| HSL | 78.84º | 0.49% | 0.52% | - |
| HSV(B) | 78.84º | 0.63% | 0.76% | - |
| XYZ | 33.76 | 45.58 | 13.15 | - |
| YUV | 167.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 72 | 0.20 | 0 | 0.63 | 0.24 | 78.84 | 0.49 | 0.52 |
| Hex | 9B | C1 | 48 | 14 | 0 | 3F | 18 | 4F | 31 | 34 |
| Octal | 233 | 301 | 110 | 24 | 0 | 77 | 30 | 117 | 61 | 64 |
| Binary | 10011011 | 11000001 | 1001000 | 10100 | 0 | 111111 | 11000 | 1001111 | 110001 | 110100 |
Color Harmonies of #9BC148
Complementary color
Monochromatic Colors of #9BC148
Black with #9BC148
Text Example
Text Example
White with #9BC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC148; }
p { color: rgb(155,193,72); }
H1.HeaderClassName
{
color: #9BC148;
}
.AnyTagClassName
{
color: #9BC148;
}
</style>
background-color css
<style>
a { background-color: #9BC148; }
a { background-color: rgb(155,193,72); }
div.DivClassName
{
background-color: #9BC148;
}
.BgClassName
{
background-color: #9BC148;
}
</style>
border-color css
<style>
span { border-color: #9BC148; }
span { border-color: rgb(155,193,72); }
td.TdClassName
{
border-color: #9BC148;
}
.TagClassName
{
border-color: #9BC148;
}
</style>