Shades of Atlantis #9BDC35
Tints of Atlantis #9BDC35
RGB
CMYK
RGB Variations
Color information
#9BDC35 (or 0x9BDC35) is known color: Atlantis. HEX triplet: 9B, DC and 35. RGB value is (155,220,53). Sum of RGB (Red+Green+Blue) = 155+220+53=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDC35 is #6423CA. Grayscale: #B6B6B6. Windows color (decimal): -6562763 or 3529883. OLE color: 3529883.
HSL color Cylindrical-coordinate representation of color #9BDC35: hue angle of 83.35º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BDC35 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 53 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.14 |
| HSL | 83.35º | 0.7% | 0.54% | - |
| HSV(B) | 83.35º | 0.76% | 0.86% | - |
| XYZ | 39.75 | 58.41 | 12.55 | - |
| YUV | 181.53 | 55.47 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 53 | 0.30 | 0 | 0.76 | 0.14 | 83.35 | 0.7 | 0.54 |
| Hex | 9B | DC | 35 | 1E | 0 | 4C | E | 53 | 46 | 36 |
| Octal | 233 | 334 | 65 | 36 | 0 | 114 | 16 | 123 | 106 | 66 |
| Binary | 10011011 | 11011100 | 110101 | 11110 | 0 | 1001100 | 1110 | 1010011 | 1000110 | 110110 |
Color Harmonies of #9BDC35
Complementary color
Monochromatic Colors of #9BDC35
Black with #9BDC35
Text Example
Text Example
White with #9BDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC35; }
p { color: rgb(155,220,53); }
H1.HeaderClassName
{
color: #9BDC35;
}
.AnyTagClassName
{
color: #9BDC35;
}
</style>
background-color css
<style>
a { background-color: #9BDC35; }
a { background-color: rgb(155,220,53); }
div.DivClassName
{
background-color: #9BDC35;
}
.BgClassName
{
background-color: #9BDC35;
}
</style>
border-color css
<style>
span { border-color: #9BDC35; }
span { border-color: rgb(155,220,53); }
td.TdClassName
{
border-color: #9BDC35;
}
.TagClassName
{
border-color: #9BDC35;
}
</style>