Shades of Atlantis #9BC952
Tints of Atlantis #9BC952
RGB
CMYK
RGB Variations
Color information
#9BC952 (or 0x9BC952) is known color: Atlantis. HEX triplet: 9B, C9 and 52. RGB value is (155,201,82). Sum of RGB (Red+Green+Blue) = 155+201+82=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC952 is #6436AD. Grayscale: #AEAEAE. Windows color (decimal): -6567598 or 5425563. OLE color: 5425563.
HSL color Cylindrical-coordinate representation of color #9BC952: hue angle of 83.19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BC952 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 82 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.21 |
| HSL | 83.19º | 0.52% | 0.55% | - |
| HSV(B) | 83.19º | 0.59% | 0.79% | - |
| XYZ | 35.93 | 49.35 | 15.61 | - |
| YUV | 173.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 82 | 0.23 | 0 | 0.59 | 0.21 | 83.19 | 0.52 | 0.55 |
| Hex | 9B | C9 | 52 | 17 | 0 | 3B | 15 | 53 | 34 | 37 |
| Octal | 233 | 311 | 122 | 27 | 0 | 73 | 25 | 123 | 64 | 67 |
| Binary | 10011011 | 11001001 | 1010010 | 10111 | 0 | 111011 | 10101 | 1010011 | 110100 | 110111 |
Color Harmonies of #9BC952
Complementary color
Monochromatic Colors of #9BC952
Black with #9BC952
Text Example
Text Example
White with #9BC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC952; }
p { color: rgb(155,201,82); }
H1.HeaderClassName
{
color: #9BC952;
}
.AnyTagClassName
{
color: #9BC952;
}
</style>
background-color css
<style>
a { background-color: #9BC952; }
a { background-color: rgb(155,201,82); }
div.DivClassName
{
background-color: #9BC952;
}
.BgClassName
{
background-color: #9BC952;
}
</style>
border-color css
<style>
span { border-color: #9BC952; }
span { border-color: rgb(155,201,82); }
td.TdClassName
{
border-color: #9BC952;
}
.TagClassName
{
border-color: #9BC952;
}
</style>