Shades of Atlantis #9BC54B
Tints of Atlantis #9BC54B
RGB
CMYK
RGB Variations
Color information
#9BC54B (or 0x9BC54B) is known color: Atlantis. HEX triplet: 9B, C5 and 4B. RGB value is (155,197,75). Sum of RGB (Red+Green+Blue) = 155+197+75=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC54B is #643AB4. Grayscale: #AAAAAA. Windows color (decimal): -6568629 or 4965787. OLE color: 4965787.
HSL color Cylindrical-coordinate representation of color #9BC54B: hue angle of 80.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BC54B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 75 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.23 |
| HSL | 80.66º | 0.51% | 0.53% | - |
| HSV(B) | 80.66º | 0.62% | 0.77% | - |
| XYZ | 34.75 | 47.41 | 13.98 | - |
| YUV | 170.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 75 | 0.21 | 0 | 0.62 | 0.23 | 80.66 | 0.51 | 0.53 |
| Hex | 9B | C5 | 4B | 15 | 0 | 3E | 17 | 51 | 33 | 35 |
| Octal | 233 | 305 | 113 | 25 | 0 | 76 | 27 | 121 | 63 | 65 |
| Binary | 10011011 | 11000101 | 1001011 | 10101 | 0 | 111110 | 10111 | 1010001 | 110011 | 110101 |
Color Harmonies of #9BC54B
Complementary color
Monochromatic Colors of #9BC54B
Black with #9BC54B
Text Example
Text Example
White with #9BC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC54B; }
p { color: rgb(155,197,75); }
H1.HeaderClassName
{
color: #9BC54B;
}
.AnyTagClassName
{
color: #9BC54B;
}
</style>
background-color css
<style>
a { background-color: #9BC54B; }
a { background-color: rgb(155,197,75); }
div.DivClassName
{
background-color: #9BC54B;
}
.BgClassName
{
background-color: #9BC54B;
}
</style>
border-color css
<style>
span { border-color: #9BC54B; }
span { border-color: rgb(155,197,75); }
td.TdClassName
{
border-color: #9BC54B;
}
.TagClassName
{
border-color: #9BC54B;
}
</style>