Shades of Atlantis #9DBE45
Tints of Atlantis #9DBE45
RGB
CMYK
RGB Variations
Color information
#9DBE45 (or 0x9DBE45) is known color: Atlantis. HEX triplet: 9D, BE and 45. RGB value is (157,190,69). Sum of RGB (Red+Green+Blue) = 157+190+69=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE45 is #6241BA. Grayscale: #A6A6A6. Windows color (decimal): -6439355 or 4570781. OLE color: 4570781.
HSL color Cylindrical-coordinate representation of color #9DBE45: hue angle of 76.36º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DBE45 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 69 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.25 |
| HSL | 76.36º | 0.48% | 0.51% | - |
| HSV(B) | 76.36º | 0.64% | 0.75% | - |
| XYZ | 33.39 | 44.42 | 12.45 | - |
| YUV | 166.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 69 | 0.17 | 0 | 0.64 | 0.25 | 76.36 | 0.48 | 0.51 |
| Hex | 9D | BE | 45 | 11 | 0 | 40 | 19 | 4C | 30 | 33 |
| Octal | 235 | 276 | 105 | 21 | 0 | 100 | 31 | 114 | 60 | 63 |
| Binary | 10011101 | 10111110 | 1000101 | 10001 | 0 | 1000000 | 11001 | 1001100 | 110000 | 110011 |
Color Harmonies of #9DBE45
Complementary color
Monochromatic Colors of #9DBE45
Black with #9DBE45
Text Example
Text Example
White with #9DBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE45; }
p { color: rgb(157,190,69); }
H1.HeaderClassName
{
color: #9DBE45;
}
.AnyTagClassName
{
color: #9DBE45;
}
</style>
background-color css
<style>
a { background-color: #9DBE45; }
a { background-color: rgb(157,190,69); }
div.DivClassName
{
background-color: #9DBE45;
}
.BgClassName
{
background-color: #9DBE45;
}
</style>
border-color css
<style>
span { border-color: #9DBE45; }
span { border-color: rgb(157,190,69); }
td.TdClassName
{
border-color: #9DBE45;
}
.TagClassName
{
border-color: #9DBE45;
}
</style>