Shades of Atlantis #9DCE3C
Tints of Atlantis #9DCE3C
RGB
CMYK
RGB Variations
Color information
#9DCE3C (or 0x9DCE3C) is known color: Atlantis. HEX triplet: 9D, CE and 3C. RGB value is (157,206,60). Sum of RGB (Red+Green+Blue) = 157+206+60=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE3C is #6231C3. Grayscale: #AFAFAF. Windows color (decimal): -6435268 or 3985053. OLE color: 3985053.
HSL color Cylindrical-coordinate representation of color #9DCE3C: hue angle of 80.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DCE3C is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 60 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.19 |
| HSL | 80.14º | 0.6% | 0.52% | - |
| HSV(B) | 80.14º | 0.71% | 0.81% | - |
| XYZ | 36.79 | 51.64 | 12.3 | - |
| YUV | 174.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 60 | 0.24 | 0 | 0.71 | 0.19 | 80.14 | 0.6 | 0.52 |
| Hex | 9D | CE | 3C | 18 | 0 | 47 | 13 | 50 | 3C | 34 |
| Octal | 235 | 316 | 74 | 30 | 0 | 107 | 23 | 120 | 74 | 64 |
| Binary | 10011101 | 11001110 | 111100 | 11000 | 0 | 1000111 | 10011 | 1010000 | 111100 | 110100 |
Color Harmonies of #9DCE3C
Complementary color
Monochromatic Colors of #9DCE3C
Black with #9DCE3C
Text Example
Text Example
White with #9DCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE3C; }
p { color: rgb(157,206,60); }
H1.HeaderClassName
{
color: #9DCE3C;
}
.AnyTagClassName
{
color: #9DCE3C;
}
</style>
background-color css
<style>
a { background-color: #9DCE3C; }
a { background-color: rgb(157,206,60); }
div.DivClassName
{
background-color: #9DCE3C;
}
.BgClassName
{
background-color: #9DCE3C;
}
</style>
border-color css
<style>
span { border-color: #9DCE3C; }
span { border-color: rgb(157,206,60); }
td.TdClassName
{
border-color: #9DCE3C;
}
.TagClassName
{
border-color: #9DCE3C;
}
</style>