Shades of Atlantis #9DBF4B
Tints of Atlantis #9DBF4B
RGB
CMYK
RGB Variations
Color information
#9DBF4B (or 0x9DBF4B) is known color: Atlantis. HEX triplet: 9D, BF and 4B. RGB value is (157,191,75). Sum of RGB (Red+Green+Blue) = 157+191+75=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF4B is #6240B4. Grayscale: #A8A8A8. Windows color (decimal): -6439093 or 4964253. OLE color: 4964253.
HSL color Cylindrical-coordinate representation of color #9DBF4B: hue angle of 77.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DBF4B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 75 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.25 |
| HSL | 77.59º | 0.48% | 0.52% | - |
| HSV(B) | 77.59º | 0.61% | 0.75% | - |
| XYZ | 33.81 | 44.94 | 13.55 | - |
| YUV | 167.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 75 | 0.18 | 0 | 0.61 | 0.25 | 77.59 | 0.48 | 0.52 |
| Hex | 9D | BF | 4B | 12 | 0 | 3D | 19 | 4E | 30 | 34 |
| Octal | 235 | 277 | 113 | 22 | 0 | 75 | 31 | 116 | 60 | 64 |
| Binary | 10011101 | 10111111 | 1001011 | 10010 | 0 | 111101 | 11001 | 1001110 | 110000 | 110100 |
Color Harmonies of #9DBF4B
Complementary color
Monochromatic Colors of #9DBF4B
Black with #9DBF4B
Text Example
Text Example
White with #9DBF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF4B; }
p { color: rgb(157,191,75); }
H1.HeaderClassName
{
color: #9DBF4B;
}
.AnyTagClassName
{
color: #9DBF4B;
}
</style>
background-color css
<style>
a { background-color: #9DBF4B; }
a { background-color: rgb(157,191,75); }
div.DivClassName
{
background-color: #9DBF4B;
}
.BgClassName
{
background-color: #9DBF4B;
}
</style>
border-color css
<style>
span { border-color: #9DBF4B; }
span { border-color: rgb(157,191,75); }
td.TdClassName
{
border-color: #9DBF4B;
}
.TagClassName
{
border-color: #9DBF4B;
}
</style>