Shades of Atlantis #9BD03C
Tints of Atlantis #9BD03C
RGB
CMYK
RGB Variations
Color information
#9BD03C (or 0x9BD03C) is known color: Atlantis. HEX triplet: 9B, D0 and 3C. RGB value is (155,208,60). Sum of RGB (Red+Green+Blue) = 155+208+60=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD03C is #642FC3. Grayscale: #AFAFAF. Windows color (decimal): -6565828 or 3985563. OLE color: 3985563.
HSL color Cylindrical-coordinate representation of color #9BD03C: hue angle of 81.49º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BD03C is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 60 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.18 |
| HSL | 81.49º | 0.61% | 0.53% | - |
| HSV(B) | 81.49º | 0.71% | 0.82% | - |
| XYZ | 36.89 | 52.41 | 12.45 | - |
| YUV | 175.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 60 | 0.25 | 0 | 0.71 | 0.18 | 81.49 | 0.61 | 0.53 |
| Hex | 9B | D0 | 3C | 19 | 0 | 47 | 12 | 51 | 3D | 35 |
| Octal | 233 | 320 | 74 | 31 | 0 | 107 | 22 | 121 | 75 | 65 |
| Binary | 10011011 | 11010000 | 111100 | 11001 | 0 | 1000111 | 10010 | 1010001 | 111101 | 110101 |
Color Harmonies of #9BD03C
Complementary color
Monochromatic Colors of #9BD03C
Black with #9BD03C
Text Example
Text Example
White with #9BD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD03C; }
p { color: rgb(155,208,60); }
H1.HeaderClassName
{
color: #9BD03C;
}
.AnyTagClassName
{
color: #9BD03C;
}
</style>
background-color css
<style>
a { background-color: #9BD03C; }
a { background-color: rgb(155,208,60); }
div.DivClassName
{
background-color: #9BD03C;
}
.BgClassName
{
background-color: #9BD03C;
}
</style>
border-color css
<style>
span { border-color: #9BD03C; }
span { border-color: rgb(155,208,60); }
td.TdClassName
{
border-color: #9BD03C;
}
.TagClassName
{
border-color: #9BD03C;
}
</style>