Shades of Atlantis #9DBE43
Tints of Atlantis #9DBE43
RGB
CMYK
RGB Variations
Color information
#9DBE43 (or 0x9DBE43) is known color: Atlantis. HEX triplet: 9D, BE and 43. RGB value is (157,190,67). Sum of RGB (Red+Green+Blue) = 157+190+67=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE43 is #6241BC. Grayscale: #A6A6A6. Windows color (decimal): -6439357 or 4439709. OLE color: 4439709.
HSL color Cylindrical-coordinate representation of color #9DBE43: hue angle of 76.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DBE43 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 67 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.25 |
| HSL | 76.1º | 0.49% | 0.5% | - |
| HSV(B) | 76.1º | 0.65% | 0.75% | - |
| XYZ | 33.33 | 44.4 | 12.12 | - |
| YUV | 166.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 67 | 0.17 | 0 | 0.65 | 0.25 | 76.1 | 0.49 | 0.5 |
| Hex | 9D | BE | 43 | 11 | 0 | 41 | 19 | 4C | 31 | 32 |
| Octal | 235 | 276 | 103 | 21 | 0 | 101 | 31 | 114 | 61 | 62 |
| Binary | 10011101 | 10111110 | 1000011 | 10001 | 0 | 1000001 | 11001 | 1001100 | 110001 | 110010 |
Color Harmonies of #9DBE43
Complementary color
Monochromatic Colors of #9DBE43
Black with #9DBE43
Text Example
Text Example
White with #9DBE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE43; }
p { color: rgb(157,190,67); }
H1.HeaderClassName
{
color: #9DBE43;
}
.AnyTagClassName
{
color: #9DBE43;
}
</style>
background-color css
<style>
a { background-color: #9DBE43; }
a { background-color: rgb(157,190,67); }
div.DivClassName
{
background-color: #9DBE43;
}
.BgClassName
{
background-color: #9DBE43;
}
</style>
border-color css
<style>
span { border-color: #9DBE43; }
span { border-color: rgb(157,190,67); }
td.TdClassName
{
border-color: #9DBE43;
}
.TagClassName
{
border-color: #9DBE43;
}
</style>