Shades of Atlantis #9FDA4B
Tints of Atlantis #9FDA4B
RGB
CMYK
RGB Variations
Color information
#9FDA4B (or 0x9FDA4B) is known color: Atlantis. HEX triplet: 9F, DA and 4B. RGB value is (159,218,75). Sum of RGB (Red+Green+Blue) = 159+218+75=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDA4B is #6025B4. Grayscale: #B8B8B8. Windows color (decimal): -6301109 or 4971167. OLE color: 4971167.
HSL color Cylindrical-coordinate representation of color #9FDA4B: hue angle of 84.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FDA4B is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 75 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.15 |
| HSL | 84.76º | 0.66% | 0.57% | - |
| HSV(B) | 84.76º | 0.66% | 0.85% | - |
| XYZ | 40.64 | 58.02 | 15.71 | - |
| YUV | 184.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 75 | 0.27 | 0 | 0.66 | 0.15 | 84.76 | 0.66 | 0.57 |
| Hex | 9F | DA | 4B | 1B | 0 | 42 | F | 55 | 42 | 39 |
| Octal | 237 | 332 | 113 | 33 | 0 | 102 | 17 | 125 | 102 | 71 |
| Binary | 10011111 | 11011010 | 1001011 | 11011 | 0 | 1000010 | 1111 | 1010101 | 1000010 | 111001 |
Color Harmonies of #9FDA4B
Complementary color
Monochromatic Colors of #9FDA4B
Black with #9FDA4B
Text Example
Text Example
White with #9FDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA4B; }
p { color: rgb(159,218,75); }
H1.HeaderClassName
{
color: #9FDA4B;
}
.AnyTagClassName
{
color: #9FDA4B;
}
</style>
background-color css
<style>
a { background-color: #9FDA4B; }
a { background-color: rgb(159,218,75); }
div.DivClassName
{
background-color: #9FDA4B;
}
.BgClassName
{
background-color: #9FDA4B;
}
</style>
border-color css
<style>
span { border-color: #9FDA4B; }
span { border-color: rgb(159,218,75); }
td.TdClassName
{
border-color: #9FDA4B;
}
.TagClassName
{
border-color: #9FDA4B;
}
</style>