Shades of Atlantis #9DBE4D
Tints of Atlantis #9DBE4D
RGB
CMYK
RGB Variations
Color information
#9DBE4D (or 0x9DBE4D) is known color: Atlantis. HEX triplet: 9D, BE and 4D. RGB value is (157,190,77). Sum of RGB (Red+Green+Blue) = 157+190+77=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE4D is #6241B2. Grayscale: #A7A7A7. Windows color (decimal): -6439347 or 5095069. OLE color: 5095069.
HSL color Cylindrical-coordinate representation of color #9DBE4D: hue angle of 77.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DBE4D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 77 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.25 |
| HSL | 77.52º | 0.47% | 0.52% | - |
| HSV(B) | 77.52º | 0.59% | 0.75% | - |
| XYZ | 33.66 | 44.53 | 13.84 | - |
| YUV | 167.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 77 | 0.17 | 0 | 0.59 | 0.25 | 77.52 | 0.47 | 0.52 |
| Hex | 9D | BE | 4D | 11 | 0 | 3B | 19 | 4E | 2F | 34 |
| Octal | 235 | 276 | 115 | 21 | 0 | 73 | 31 | 116 | 57 | 64 |
| Binary | 10011101 | 10111110 | 1001101 | 10001 | 0 | 111011 | 11001 | 1001110 | 101111 | 110100 |
Color Harmonies of #9DBE4D
Complementary color
Monochromatic Colors of #9DBE4D
Black with #9DBE4D
Text Example
Text Example
White with #9DBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE4D; }
p { color: rgb(157,190,77); }
H1.HeaderClassName
{
color: #9DBE4D;
}
.AnyTagClassName
{
color: #9DBE4D;
}
</style>
background-color css
<style>
a { background-color: #9DBE4D; }
a { background-color: rgb(157,190,77); }
div.DivClassName
{
background-color: #9DBE4D;
}
.BgClassName
{
background-color: #9DBE4D;
}
</style>
border-color css
<style>
span { border-color: #9DBE4D; }
span { border-color: rgb(157,190,77); }
td.TdClassName
{
border-color: #9DBE4D;
}
.TagClassName
{
border-color: #9DBE4D;
}
</style>