Shades of Atlantis #9DBA3F
Tints of Atlantis #9DBA3F
RGB
CMYK
RGB Variations
Color information
#9DBA3F (or 0x9DBA3F) is known color: Atlantis. HEX triplet: 9D, BA and 3F. RGB value is (157,186,63). Sum of RGB (Red+Green+Blue) = 157+186+63=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA3F is #6245C0. Grayscale: #A3A3A3. Windows color (decimal): -6440385 or 4176541. OLE color: 4176541.
HSL color Cylindrical-coordinate representation of color #9DBA3F: hue angle of 74.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DBA3F is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 63 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.27 |
| HSL | 74.15º | 0.49% | 0.49% | - |
| HSV(B) | 74.15º | 0.66% | 0.73% | - |
| XYZ | 32.36 | 42.64 | 11.23 | - |
| YUV | 163.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 63 | 0.16 | 0 | 0.66 | 0.27 | 74.15 | 0.49 | 0.49 |
| Hex | 9D | BA | 3F | 10 | 0 | 42 | 1B | 4A | 31 | 31 |
| Octal | 235 | 272 | 77 | 20 | 0 | 102 | 33 | 112 | 61 | 61 |
| Binary | 10011101 | 10111010 | 111111 | 10000 | 0 | 1000010 | 11011 | 1001010 | 110001 | 110001 |
Color Harmonies of #9DBA3F
Complementary color
Monochromatic Colors of #9DBA3F
Black with #9DBA3F
Text Example
Text Example
White with #9DBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA3F; }
p { color: rgb(157,186,63); }
H1.HeaderClassName
{
color: #9DBA3F;
}
.AnyTagClassName
{
color: #9DBA3F;
}
</style>
background-color css
<style>
a { background-color: #9DBA3F; }
a { background-color: rgb(157,186,63); }
div.DivClassName
{
background-color: #9DBA3F;
}
.BgClassName
{
background-color: #9DBA3F;
}
</style>
border-color css
<style>
span { border-color: #9DBA3F; }
span { border-color: rgb(157,186,63); }
td.TdClassName
{
border-color: #9DBA3F;
}
.TagClassName
{
border-color: #9DBA3F;
}
</style>