Shades of Atlantis #9DCE4C
Tints of Atlantis #9DCE4C
RGB
CMYK
RGB Variations
Color information
#9DCE4C (or 0x9DCE4C) is known color: Atlantis. HEX triplet: 9D, CE and 4C. RGB value is (157,206,76). Sum of RGB (Red+Green+Blue) = 157+206+76=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE4C is #6231B3. Grayscale: #B1B1B1. Windows color (decimal): -6435252 or 5033629. OLE color: 5033629.
HSL color Cylindrical-coordinate representation of color #9DCE4C: hue angle of 82.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DCE4C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 76 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.19 |
| HSL | 82.62º | 0.57% | 0.55% | - |
| HSV(B) | 82.62º | 0.63% | 0.81% | - |
| XYZ | 37.28 | 51.83 | 14.88 | - |
| YUV | 176.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 76 | 0.24 | 0 | 0.63 | 0.19 | 82.62 | 0.57 | 0.55 |
| Hex | 9D | CE | 4C | 18 | 0 | 3F | 13 | 53 | 39 | 37 |
| Octal | 235 | 316 | 114 | 30 | 0 | 77 | 23 | 123 | 71 | 67 |
| Binary | 10011101 | 11001110 | 1001100 | 11000 | 0 | 111111 | 10011 | 1010011 | 111001 | 110111 |
Color Harmonies of #9DCE4C
Complementary color
Monochromatic Colors of #9DCE4C
Black with #9DCE4C
Text Example
Text Example
White with #9DCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE4C; }
p { color: rgb(157,206,76); }
H1.HeaderClassName
{
color: #9DCE4C;
}
.AnyTagClassName
{
color: #9DCE4C;
}
</style>
background-color css
<style>
a { background-color: #9DCE4C; }
a { background-color: rgb(157,206,76); }
div.DivClassName
{
background-color: #9DCE4C;
}
.BgClassName
{
background-color: #9DCE4C;
}
</style>
border-color css
<style>
span { border-color: #9DCE4C; }
span { border-color: rgb(157,206,76); }
td.TdClassName
{
border-color: #9DCE4C;
}
.TagClassName
{
border-color: #9DCE4C;
}
</style>