Shades of Atlantis #9BC454
Tints of Atlantis #9BC454
RGB
CMYK
RGB Variations
Color information
#9BC454 (or 0x9BC454) is known color: Atlantis. HEX triplet: 9B, C4 and 54. RGB value is (155,196,84). Sum of RGB (Red+Green+Blue) = 155+196+84=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC454 is #643BAB. Grayscale: #ABABAB. Windows color (decimal): -6568876 or 5555355. OLE color: 5555355.
HSL color Cylindrical-coordinate representation of color #9BC454: hue angle of 81.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC454 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 84 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.23 |
| HSL | 81.96º | 0.49% | 0.55% | - |
| HSV(B) | 81.96º | 0.57% | 0.77% | - |
| XYZ | 34.86 | 47.09 | 15.64 | - |
| YUV | 170.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 84 | 0.21 | 0 | 0.57 | 0.23 | 81.96 | 0.49 | 0.55 |
| Hex | 9B | C4 | 54 | 15 | 0 | 39 | 17 | 52 | 31 | 37 |
| Octal | 233 | 304 | 124 | 25 | 0 | 71 | 27 | 122 | 61 | 67 |
| Binary | 10011011 | 11000100 | 1010100 | 10101 | 0 | 111001 | 10111 | 1010010 | 110001 | 110111 |
Color Harmonies of #9BC454
Complementary color
Monochromatic Colors of #9BC454
Black with #9BC454
Text Example
Text Example
White with #9BC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC454; }
p { color: rgb(155,196,84); }
H1.HeaderClassName
{
color: #9BC454;
}
.AnyTagClassName
{
color: #9BC454;
}
</style>
background-color css
<style>
a { background-color: #9BC454; }
a { background-color: rgb(155,196,84); }
div.DivClassName
{
background-color: #9BC454;
}
.BgClassName
{
background-color: #9BC454;
}
</style>
border-color css
<style>
span { border-color: #9BC454; }
span { border-color: rgb(155,196,84); }
td.TdClassName
{
border-color: #9BC454;
}
.TagClassName
{
border-color: #9BC454;
}
</style>