Shades of Atlantis #9FDA4C
Tints of Atlantis #9FDA4C
RGB
CMYK
RGB Variations
Color information
#9FDA4C (or 0x9FDA4C) is known color: Atlantis. HEX triplet: 9F, DA and 4C. RGB value is (159,218,76). Sum of RGB (Red+Green+Blue) = 159+218+76=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDA4C is #6025B3. Grayscale: #B8B8B8. Windows color (decimal): -6301108 or 5036703. OLE color: 5036703.
HSL color Cylindrical-coordinate representation of color #9FDA4C: hue angle of 84.93º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FDA4C is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 159 | 218 | 76 | - |
CMYK | 0.27 | 0 | 0.65 | 0.15 |
HSL | 84.93º | 0.66% | 0.58% | - |
HSV(B) | 84.93º | 0.65% | 0.85% | - |
XYZ | 40.67 | 58.04 | 15.9 | - |
YUV | 184.17 | 66.95 | 110.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 218 | 76 | 0.27 | 0 | 0.65 | 0.15 | 84.93 | 0.66 | 0.58 |
Hex | 9F | DA | 4C | 1B | 0 | 41 | F | 55 | 42 | 3A |
Octal | 237 | 332 | 114 | 33 | 0 | 101 | 17 | 125 | 102 | 72 |
Binary | 10011111 | 11011010 | 1001100 | 11011 | 0 | 1000001 | 1111 | 1010101 | 1000010 | 111010 |
Color Harmonies of #9FDA4C
Complementary color
Monochromatic Colors of #9FDA4C
Black with #9FDA4C
Text Example
Text Example
White with #9FDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA4C; }
p { color: rgb(159,218,76); }
H1.HeaderClassName
{
color: #9FDA4C;
}
.AnyTagClassName
{
color: #9FDA4C;
}
</style>
background-color css
<style>
a { background-color: #9FDA4C; }
a { background-color: rgb(159,218,76); }
div.DivClassName
{
background-color: #9FDA4C;
}
.BgClassName
{
background-color: #9FDA4C;
}
</style>
border-color css
<style>
span { border-color: #9FDA4C; }
span { border-color: rgb(159,218,76); }
td.TdClassName
{
border-color: #9FDA4C;
}
.TagClassName
{
border-color: #9FDA4C;
}
</style>