Shades of Atlantis #9BDA3C
Tints of Atlantis #9BDA3C
RGB
CMYK
RGB Variations
Color information
#9BDA3C (or 0x9BDA3C) is known color: Atlantis. HEX triplet: 9B, DA and 3C. RGB value is (155,218,60). Sum of RGB (Red+Green+Blue) = 155+218+60=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDA3C is #6425C3. Grayscale: #B5B5B5. Windows color (decimal): -6563268 or 3988123. OLE color: 3988123.
HSL color Cylindrical-coordinate representation of color #9BDA3C: hue angle of 83.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BDA3C is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 60 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.15 |
| HSL | 83.92º | 0.68% | 0.55% | - |
| HSV(B) | 83.92º | 0.72% | 0.85% | - |
| XYZ | 39.4 | 57.44 | 13.28 | - |
| YUV | 181.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 60 | 0.29 | 0 | 0.72 | 0.15 | 83.92 | 0.68 | 0.55 |
| Hex | 9B | DA | 3C | 1D | 0 | 48 | F | 54 | 44 | 37 |
| Octal | 233 | 332 | 74 | 35 | 0 | 110 | 17 | 124 | 104 | 67 |
| Binary | 10011011 | 11011010 | 111100 | 11101 | 0 | 1001000 | 1111 | 1010100 | 1000100 | 110111 |
Color Harmonies of #9BDA3C
Complementary color
Monochromatic Colors of #9BDA3C
Black with #9BDA3C
Text Example
Text Example
White with #9BDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA3C; }
p { color: rgb(155,218,60); }
H1.HeaderClassName
{
color: #9BDA3C;
}
.AnyTagClassName
{
color: #9BDA3C;
}
</style>
background-color css
<style>
a { background-color: #9BDA3C; }
a { background-color: rgb(155,218,60); }
div.DivClassName
{
background-color: #9BDA3C;
}
.BgClassName
{
background-color: #9BDA3C;
}
</style>
border-color css
<style>
span { border-color: #9BDA3C; }
span { border-color: rgb(155,218,60); }
td.TdClassName
{
border-color: #9BDA3C;
}
.TagClassName
{
border-color: #9BDA3C;
}
</style>