Shades of Atlantis #9CCE3A
Tints of Atlantis #9CCE3A
RGB
CMYK
RGB Variations
Color information
#9CCE3A (or 0x9CCE3A) is known color: Atlantis. HEX triplet: 9C, CE and 3A. RGB value is (156,206,58). Sum of RGB (Red+Green+Blue) = 156+206+58=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCE3A is #6331C5. Grayscale: #AEAEAE. Windows color (decimal): -6500806 or 3853980. OLE color: 3853980.
HSL color Cylindrical-coordinate representation of color #9CCE3A: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CCE3A is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 58 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.19 |
| HSL | 80.27º | 0.6% | 0.52% | - |
| HSV(B) | 80.27º | 0.72% | 0.81% | - |
| XYZ | 36.55 | 51.52 | 12.02 | - |
| YUV | 174.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 58 | 0.24 | 0 | 0.72 | 0.19 | 80.27 | 0.6 | 0.52 |
| Hex | 9C | CE | 3A | 18 | 0 | 48 | 13 | 50 | 3C | 34 |
| Octal | 234 | 316 | 72 | 30 | 0 | 110 | 23 | 120 | 74 | 64 |
| Binary | 10011100 | 11001110 | 111010 | 11000 | 0 | 1001000 | 10011 | 1010000 | 111100 | 110100 |
Color Harmonies of #9CCE3A
Complementary color
Monochromatic Colors of #9CCE3A
Black with #9CCE3A
Text Example
Text Example
White with #9CCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE3A; }
p { color: rgb(156,206,58); }
H1.HeaderClassName
{
color: #9CCE3A;
}
.AnyTagClassName
{
color: #9CCE3A;
}
</style>
background-color css
<style>
a { background-color: #9CCE3A; }
a { background-color: rgb(156,206,58); }
div.DivClassName
{
background-color: #9CCE3A;
}
.BgClassName
{
background-color: #9CCE3A;
}
</style>
border-color css
<style>
span { border-color: #9CCE3A; }
span { border-color: rgb(156,206,58); }
td.TdClassName
{
border-color: #9CCE3A;
}
.TagClassName
{
border-color: #9CCE3A;
}
</style>