Shades of Atlantis #9DCE43
Tints of Atlantis #9DCE43
RGB
CMYK
RGB Variations
Color information
#9DCE43 (or 0x9DCE43) is known color: Atlantis. HEX triplet: 9D, CE and 43. RGB value is (157,206,67). Sum of RGB (Red+Green+Blue) = 157+206+67=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE43 is #6231BC. Grayscale: #B0B0B0. Windows color (decimal): -6435261 or 4443805. OLE color: 4443805.
HSL color Cylindrical-coordinate representation of color #9DCE43: hue angle of 81.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DCE43 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 67 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.19 |
| HSL | 81.15º | 0.59% | 0.54% | - |
| HSV(B) | 81.15º | 0.67% | 0.81% | - |
| XYZ | 36.99 | 51.72 | 13.34 | - |
| YUV | 175.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 67 | 0.24 | 0 | 0.67 | 0.19 | 81.15 | 0.59 | 0.54 |
| Hex | 9D | CE | 43 | 18 | 0 | 43 | 13 | 51 | 3B | 36 |
| Octal | 235 | 316 | 103 | 30 | 0 | 103 | 23 | 121 | 73 | 66 |
| Binary | 10011101 | 11001110 | 1000011 | 11000 | 0 | 1000011 | 10011 | 1010001 | 111011 | 110110 |
Color Harmonies of #9DCE43
Complementary color
Monochromatic Colors of #9DCE43
Black with #9DCE43
Text Example
Text Example
White with #9DCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE43; }
p { color: rgb(157,206,67); }
H1.HeaderClassName
{
color: #9DCE43;
}
.AnyTagClassName
{
color: #9DCE43;
}
</style>
background-color css
<style>
a { background-color: #9DCE43; }
a { background-color: rgb(157,206,67); }
div.DivClassName
{
background-color: #9DCE43;
}
.BgClassName
{
background-color: #9DCE43;
}
</style>
border-color css
<style>
span { border-color: #9DCE43; }
span { border-color: rgb(157,206,67); }
td.TdClassName
{
border-color: #9DCE43;
}
.TagClassName
{
border-color: #9DCE43;
}
</style>