Shades of Atlantis #9DBF44
Tints of Atlantis #9DBF44
RGB
CMYK
RGB Variations
Color information
#9DBF44 (or 0x9DBF44) is known color: Atlantis. HEX triplet: 9D, BF and 44. RGB value is (157,191,68). Sum of RGB (Red+Green+Blue) = 157+191+68=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF44 is #6240BB. Grayscale: #A7A7A7. Windows color (decimal): -6439100 or 4505501. OLE color: 4505501.
HSL color Cylindrical-coordinate representation of color #9DBF44: hue angle of 76.59º degrees, saturation: 0.49, 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 #9DBF44 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 68 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.25 |
| HSL | 76.59º | 0.49% | 0.51% | - |
| HSV(B) | 76.59º | 0.64% | 0.75% | - |
| XYZ | 33.58 | 44.85 | 12.36 | - |
| YUV | 166.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 68 | 0.18 | 0 | 0.64 | 0.25 | 76.59 | 0.49 | 0.51 |
| Hex | 9D | BF | 44 | 12 | 0 | 40 | 19 | 4D | 31 | 33 |
| Octal | 235 | 277 | 104 | 22 | 0 | 100 | 31 | 115 | 61 | 63 |
| Binary | 10011101 | 10111111 | 1000100 | 10010 | 0 | 1000000 | 11001 | 1001101 | 110001 | 110011 |
Color Harmonies of #9DBF44
Complementary color
Monochromatic Colors of #9DBF44
Black with #9DBF44
Text Example
Text Example
White with #9DBF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF44; }
p { color: rgb(157,191,68); }
H1.HeaderClassName
{
color: #9DBF44;
}
.AnyTagClassName
{
color: #9DBF44;
}
</style>
background-color css
<style>
a { background-color: #9DBF44; }
a { background-color: rgb(157,191,68); }
div.DivClassName
{
background-color: #9DBF44;
}
.BgClassName
{
background-color: #9DBF44;
}
</style>
border-color css
<style>
span { border-color: #9DBF44; }
span { border-color: rgb(157,191,68); }
td.TdClassName
{
border-color: #9DBF44;
}
.TagClassName
{
border-color: #9DBF44;
}
</style>