Shades of Atlantis #9FDA42
Tints of Atlantis #9FDA42
RGB
CMYK
RGB Variations
Color information
#9FDA42 (or 0x9FDA42) is known color: Atlantis. HEX triplet: 9F, DA and 42. RGB value is (159,218,66). Sum of RGB (Red+Green+Blue) = 159+218+66=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDA42 is #6025BD. Grayscale: #B7B7B7. Windows color (decimal): -6301118 or 4381343. OLE color: 4381343.
HSL color Cylindrical-coordinate representation of color #9FDA42: hue angle of 83.29º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FDA42 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 66 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.15 |
| HSL | 83.29º | 0.67% | 0.56% | - |
| HSV(B) | 83.29º | 0.7% | 0.85% | - |
| XYZ | 40.35 | 57.91 | 14.2 | - |
| YUV | 183.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 66 | 0.27 | 0 | 0.70 | 0.15 | 83.29 | 0.67 | 0.56 |
| Hex | 9F | DA | 42 | 1B | 0 | 46 | F | 53 | 43 | 38 |
| Octal | 237 | 332 | 102 | 33 | 0 | 106 | 17 | 123 | 103 | 70 |
| Binary | 10011111 | 11011010 | 1000010 | 11011 | 0 | 1000110 | 1111 | 1010011 | 1000011 | 111000 |
Color Harmonies of #9FDA42
Complementary color
Monochromatic Colors of #9FDA42
Black with #9FDA42
Text Example
Text Example
White with #9FDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA42; }
p { color: rgb(159,218,66); }
H1.HeaderClassName
{
color: #9FDA42;
}
.AnyTagClassName
{
color: #9FDA42;
}
</style>
background-color css
<style>
a { background-color: #9FDA42; }
a { background-color: rgb(159,218,66); }
div.DivClassName
{
background-color: #9FDA42;
}
.BgClassName
{
background-color: #9FDA42;
}
</style>
border-color css
<style>
span { border-color: #9FDA42; }
span { border-color: rgb(159,218,66); }
td.TdClassName
{
border-color: #9FDA42;
}
.TagClassName
{
border-color: #9FDA42;
}
</style>