Shades of Atlantis #9DBF46
Tints of Atlantis #9DBF46
RGB
CMYK
RGB Variations
Color information
#9DBF46 (or 0x9DBF46) is known color: Atlantis. HEX triplet: 9D, BF and 46. RGB value is (157,191,70). Sum of RGB (Red+Green+Blue) = 157+191+70=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF46 is #6240B9. Grayscale: #A7A7A7. Windows color (decimal): -6439098 or 4636573. OLE color: 4636573.
HSL color Cylindrical-coordinate representation of color #9DBF46: hue angle of 76.86º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DBF46 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 70 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.25 |
| HSL | 76.86º | 0.49% | 0.51% | - |
| HSV(B) | 76.86º | 0.63% | 0.75% | - |
| XYZ | 33.64 | 44.87 | 12.68 | - |
| YUV | 167.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 70 | 0.18 | 0 | 0.63 | 0.25 | 76.86 | 0.49 | 0.51 |
| Hex | 9D | BF | 46 | 12 | 0 | 3F | 19 | 4D | 31 | 33 |
| Octal | 235 | 277 | 106 | 22 | 0 | 77 | 31 | 115 | 61 | 63 |
| Binary | 10011101 | 10111111 | 1000110 | 10010 | 0 | 111111 | 11001 | 1001101 | 110001 | 110011 |
Color Harmonies of #9DBF46
Complementary color
Monochromatic Colors of #9DBF46
Black with #9DBF46
Text Example
Text Example
White with #9DBF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF46; }
p { color: rgb(157,191,70); }
H1.HeaderClassName
{
color: #9DBF46;
}
.AnyTagClassName
{
color: #9DBF46;
}
</style>
background-color css
<style>
a { background-color: #9DBF46; }
a { background-color: rgb(157,191,70); }
div.DivClassName
{
background-color: #9DBF46;
}
.BgClassName
{
background-color: #9DBF46;
}
</style>
border-color css
<style>
span { border-color: #9DBF46; }
span { border-color: rgb(157,191,70); }
td.TdClassName
{
border-color: #9DBF46;
}
.TagClassName
{
border-color: #9DBF46;
}
</style>