Shades of Atlantis #9FDF30
Tints of Atlantis #9FDF30
RGB
CMYK
RGB Variations
Color information
#9FDF30 (or 0x9FDF30) is known color: Atlantis. HEX triplet: 9F, DF and 30. RGB value is (159,223,48). Sum of RGB (Red+Green+Blue) = 159+223+48=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF30 is #6020CF. Grayscale: #B8B8B8. Windows color (decimal): -6299856 or 3202975. OLE color: 3202975.
HSL color Cylindrical-coordinate representation of color #9FDF30: hue angle of 81.94º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FDF30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 48 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.13 |
| HSL | 81.94º | 0.73% | 0.53% | - |
| HSV(B) | 81.94º | 0.78% | 0.87% | - |
| XYZ | 41.22 | 60.36 | 12.27 | - |
| YUV | 183.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 48 | 0.29 | 0 | 0.78 | 0.13 | 81.94 | 0.73 | 0.53 |
| Hex | 9F | DF | 30 | 1D | 0 | 4E | D | 52 | 49 | 35 |
| Octal | 237 | 337 | 60 | 35 | 0 | 116 | 15 | 122 | 111 | 65 |
| Binary | 10011111 | 11011111 | 110000 | 11101 | 0 | 1001110 | 1101 | 1010010 | 1001001 | 110101 |
Color Harmonies of #9FDF30
Complementary color
Monochromatic Colors of #9FDF30
Black with #9FDF30
Text Example
Text Example
White with #9FDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF30; }
p { color: rgb(159,223,48); }
H1.HeaderClassName
{
color: #9FDF30;
}
.AnyTagClassName
{
color: #9FDF30;
}
</style>
background-color css
<style>
a { background-color: #9FDF30; }
a { background-color: rgb(159,223,48); }
div.DivClassName
{
background-color: #9FDF30;
}
.BgClassName
{
background-color: #9FDF30;
}
</style>
border-color css
<style>
span { border-color: #9FDF30; }
span { border-color: rgb(159,223,48); }
td.TdClassName
{
border-color: #9FDF30;
}
.TagClassName
{
border-color: #9FDF30;
}
</style>