Shades of Atlantis #9CDB3F
Tints of Atlantis #9CDB3F
RGB
CMYK
RGB Variations
Color information
#9CDB3F (or 0x9CDB3F) is known color: Atlantis. HEX triplet: 9C, DB and 3F. RGB value is (156,219,63). Sum of RGB (Red+Green+Blue) = 156+219+63=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB3F is #6324C0. Grayscale: #B6B6B6. Windows color (decimal): -6497473 or 4184988. OLE color: 4184988.
HSL color Cylindrical-coordinate representation of color #9CDB3F: hue angle of 84.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CDB3F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 63 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.14 |
| HSL | 84.23º | 0.68% | 0.55% | - |
| HSV(B) | 84.23º | 0.71% | 0.86% | - |
| XYZ | 39.94 | 58.09 | 13.81 | - |
| YUV | 182.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 63 | 0.29 | 0 | 0.71 | 0.14 | 84.23 | 0.68 | 0.55 |
| Hex | 9C | DB | 3F | 1D | 0 | 47 | E | 54 | 44 | 37 |
| Octal | 234 | 333 | 77 | 35 | 0 | 107 | 16 | 124 | 104 | 67 |
| Binary | 10011100 | 11011011 | 111111 | 11101 | 0 | 1000111 | 1110 | 1010100 | 1000100 | 110111 |
Color Harmonies of #9CDB3F
Complementary color
Monochromatic Colors of #9CDB3F
Black with #9CDB3F
Text Example
Text Example
White with #9CDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB3F; }
p { color: rgb(156,219,63); }
H1.HeaderClassName
{
color: #9CDB3F;
}
.AnyTagClassName
{
color: #9CDB3F;
}
</style>
background-color css
<style>
a { background-color: #9CDB3F; }
a { background-color: rgb(156,219,63); }
div.DivClassName
{
background-color: #9CDB3F;
}
.BgClassName
{
background-color: #9CDB3F;
}
</style>
border-color css
<style>
span { border-color: #9CDB3F; }
span { border-color: rgb(156,219,63); }
td.TdClassName
{
border-color: #9CDB3F;
}
.TagClassName
{
border-color: #9CDB3F;
}
</style>