Shades of Atlantis #9DCE4B
Tints of Atlantis #9DCE4B
RGB
CMYK
RGB Variations
Color information
#9DCE4B (or 0x9DCE4B) is known color: Atlantis. HEX triplet: 9D, CE and 4B. RGB value is (157,206,75). Sum of RGB (Red+Green+Blue) = 157+206+75=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE4B is #6231B4. Grayscale: #B0B0B0. Windows color (decimal): -6435253 or 4968093. OLE color: 4968093.
HSL color Cylindrical-coordinate representation of color #9DCE4B: hue angle of 82.44º 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 #9DCE4B is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 75 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.19 |
| HSL | 82.44º | 0.57% | 0.55% | - |
| HSV(B) | 82.44º | 0.64% | 0.81% | - |
| XYZ | 37.25 | 51.82 | 14.7 | - |
| YUV | 176.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 75 | 0.24 | 0 | 0.64 | 0.19 | 82.44 | 0.57 | 0.55 |
| Hex | 9D | CE | 4B | 18 | 0 | 40 | 13 | 52 | 39 | 37 |
| Octal | 235 | 316 | 113 | 30 | 0 | 100 | 23 | 122 | 71 | 67 |
| Binary | 10011101 | 11001110 | 1001011 | 11000 | 0 | 1000000 | 10011 | 1010010 | 111001 | 110111 |
Color Harmonies of #9DCE4B
Complementary color
Monochromatic Colors of #9DCE4B
Black with #9DCE4B
Text Example
Text Example
White with #9DCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE4B; }
p { color: rgb(157,206,75); }
H1.HeaderClassName
{
color: #9DCE4B;
}
.AnyTagClassName
{
color: #9DCE4B;
}
</style>
background-color css
<style>
a { background-color: #9DCE4B; }
a { background-color: rgb(157,206,75); }
div.DivClassName
{
background-color: #9DCE4B;
}
.BgClassName
{
background-color: #9DCE4B;
}
</style>
border-color css
<style>
span { border-color: #9DCE4B; }
span { border-color: rgb(157,206,75); }
td.TdClassName
{
border-color: #9DCE4B;
}
.TagClassName
{
border-color: #9DCE4B;
}
</style>