Shades of Atlantis #9DCE4A
Tints of Atlantis #9DCE4A
RGB
CMYK
RGB Variations
Color information
#9DCE4A (or 0x9DCE4A) is known color: Atlantis. HEX triplet: 9D, CE and 4A. RGB value is (157,206,74). Sum of RGB (Red+Green+Blue) = 157+206+74=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE4A is #6231B5. Grayscale: #B0B0B0. Windows color (decimal): -6435254 or 4902557. OLE color: 4902557.
HSL color Cylindrical-coordinate representation of color #9DCE4A: hue angle of 82.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DCE4A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 74 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.19 |
| HSL | 82.27º | 0.57% | 0.55% | - |
| HSV(B) | 82.27º | 0.64% | 0.81% | - |
| XYZ | 37.21 | 51.81 | 14.52 | - |
| YUV | 176.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 74 | 0.24 | 0 | 0.64 | 0.19 | 82.27 | 0.57 | 0.55 |
| Hex | 9D | CE | 4A | 18 | 0 | 40 | 13 | 52 | 39 | 37 |
| Octal | 235 | 316 | 112 | 30 | 0 | 100 | 23 | 122 | 71 | 67 |
| Binary | 10011101 | 11001110 | 1001010 | 11000 | 0 | 1000000 | 10011 | 1010010 | 111001 | 110111 |
Color Harmonies of #9DCE4A
Complementary color
Monochromatic Colors of #9DCE4A
Black with #9DCE4A
Text Example
Text Example
White with #9DCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE4A; }
p { color: rgb(157,206,74); }
H1.HeaderClassName
{
color: #9DCE4A;
}
.AnyTagClassName
{
color: #9DCE4A;
}
</style>
background-color css
<style>
a { background-color: #9DCE4A; }
a { background-color: rgb(157,206,74); }
div.DivClassName
{
background-color: #9DCE4A;
}
.BgClassName
{
background-color: #9DCE4A;
}
</style>
border-color css
<style>
span { border-color: #9DCE4A; }
span { border-color: rgb(157,206,74); }
td.TdClassName
{
border-color: #9DCE4A;
}
.TagClassName
{
border-color: #9DCE4A;
}
</style>