Shades of Atlantis #9CD93C
Tints of Atlantis #9CD93C
RGB
CMYK
RGB Variations
Color information
#9CD93C (or 0x9CD93C) is known color: Atlantis. HEX triplet: 9C, D9 and 3C. RGB value is (156,217,60). Sum of RGB (Red+Green+Blue) = 156+217+60=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD93C is #6326C3. Grayscale: #B5B5B5. Windows color (decimal): -6497988 or 3987868. OLE color: 3987868.
HSL color Cylindrical-coordinate representation of color #9CD93C: hue angle of 83.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CD93C is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 217 | 60 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.15 |
| HSL | 83.31º | 0.67% | 0.54% | - |
| HSV(B) | 83.31º | 0.72% | 0.85% | - |
| XYZ | 39.34 | 57.02 | 13.21 | - |
| YUV | 180.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 217 | 60 | 0.28 | 0 | 0.72 | 0.15 | 83.31 | 0.67 | 0.54 |
| Hex | 9C | D9 | 3C | 1C | 0 | 48 | F | 53 | 43 | 36 |
| Octal | 234 | 331 | 74 | 34 | 0 | 110 | 17 | 123 | 103 | 66 |
| Binary | 10011100 | 11011001 | 111100 | 11100 | 0 | 1001000 | 1111 | 1010011 | 1000011 | 110110 |
Color Harmonies of #9CD93C
Complementary color
Monochromatic Colors of #9CD93C
Black with #9CD93C
Text Example
Text Example
White with #9CD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD93C; }
p { color: rgb(156,217,60); }
H1.HeaderClassName
{
color: #9CD93C;
}
.AnyTagClassName
{
color: #9CD93C;
}
</style>
background-color css
<style>
a { background-color: #9CD93C; }
a { background-color: rgb(156,217,60); }
div.DivClassName
{
background-color: #9CD93C;
}
.BgClassName
{
background-color: #9CD93C;
}
</style>
border-color css
<style>
span { border-color: #9CD93C; }
span { border-color: rgb(156,217,60); }
td.TdClassName
{
border-color: #9CD93C;
}
.TagClassName
{
border-color: #9CD93C;
}
</style>