Shades of Atlantis #9BDA4C
Tints of Atlantis #9BDA4C
RGB
CMYK
RGB Variations
Color information
#9BDA4C (or 0x9BDA4C) is known color: Atlantis. HEX triplet: 9B, DA and 4C. RGB value is (155,218,76). Sum of RGB (Red+Green+Blue) = 155+218+76=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDA4C is #6425B3. Grayscale: #B7B7B7. Windows color (decimal): -6563252 or 5036699. OLE color: 5036699.
HSL color Cylindrical-coordinate representation of color #9BDA4C: hue angle of 86.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BDA4C is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 76 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.15 |
| HSL | 86.62º | 0.66% | 0.58% | - |
| HSV(B) | 86.62º | 0.65% | 0.85% | - |
| XYZ | 39.89 | 57.63 | 15.86 | - |
| YUV | 182.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 76 | 0.29 | 0 | 0.65 | 0.15 | 86.62 | 0.66 | 0.58 |
| Hex | 9B | DA | 4C | 1D | 0 | 41 | F | 57 | 42 | 3A |
| Octal | 233 | 332 | 114 | 35 | 0 | 101 | 17 | 127 | 102 | 72 |
| Binary | 10011011 | 11011010 | 1001100 | 11101 | 0 | 1000001 | 1111 | 1010111 | 1000010 | 111010 |
Color Harmonies of #9BDA4C
Complementary color
Monochromatic Colors of #9BDA4C
Black with #9BDA4C
Text Example
Text Example
White with #9BDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA4C; }
p { color: rgb(155,218,76); }
H1.HeaderClassName
{
color: #9BDA4C;
}
.AnyTagClassName
{
color: #9BDA4C;
}
</style>
background-color css
<style>
a { background-color: #9BDA4C; }
a { background-color: rgb(155,218,76); }
div.DivClassName
{
background-color: #9BDA4C;
}
.BgClassName
{
background-color: #9BDA4C;
}
</style>
border-color css
<style>
span { border-color: #9BDA4C; }
span { border-color: rgb(155,218,76); }
td.TdClassName
{
border-color: #9BDA4C;
}
.TagClassName
{
border-color: #9BDA4C;
}
</style>