Shades of Atlantis #9DBA42
Tints of Atlantis #9DBA42
RGB
CMYK
RGB Variations
Color information
#9DBA42 (or 0x9DBA42) is known color: Atlantis. HEX triplet: 9D, BA and 42. RGB value is (157,186,66). Sum of RGB (Red+Green+Blue) = 157+186+66=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA42 is #6245BD. Grayscale: #A4A4A4. Windows color (decimal): -6440382 or 4373149. OLE color: 4373149.
HSL color Cylindrical-coordinate representation of color #9DBA42: hue angle of 74.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DBA42 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 66 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.27 |
| HSL | 74.5º | 0.48% | 0.49% | - |
| HSV(B) | 74.5º | 0.65% | 0.73% | - |
| XYZ | 32.45 | 42.68 | 11.68 | - |
| YUV | 163.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 66 | 0.16 | 0 | 0.65 | 0.27 | 74.5 | 0.48 | 0.49 |
| Hex | 9D | BA | 42 | 10 | 0 | 41 | 1B | 4A | 30 | 31 |
| Octal | 235 | 272 | 102 | 20 | 0 | 101 | 33 | 112 | 60 | 61 |
| Binary | 10011101 | 10111010 | 1000010 | 10000 | 0 | 1000001 | 11011 | 1001010 | 110000 | 110001 |
Color Harmonies of #9DBA42
Complementary color
Monochromatic Colors of #9DBA42
Black with #9DBA42
Text Example
Text Example
White with #9DBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA42; }
p { color: rgb(157,186,66); }
H1.HeaderClassName
{
color: #9DBA42;
}
.AnyTagClassName
{
color: #9DBA42;
}
</style>
background-color css
<style>
a { background-color: #9DBA42; }
a { background-color: rgb(157,186,66); }
div.DivClassName
{
background-color: #9DBA42;
}
.BgClassName
{
background-color: #9DBA42;
}
</style>
border-color css
<style>
span { border-color: #9DBA42; }
span { border-color: rgb(157,186,66); }
td.TdClassName
{
border-color: #9DBA42;
}
.TagClassName
{
border-color: #9DBA42;
}
</style>