Shades of Atlantis #9FDF3B
Tints of Atlantis #9FDF3B
RGB
CMYK
RGB Variations
Color information
#9FDF3B (or 0x9FDF3B) is known color: Atlantis. HEX triplet: 9F, DF and 3B. RGB value is (159,223,59). Sum of RGB (Red+Green+Blue) = 159+223+59=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF3B is #6020C4. Grayscale: #B9B9B9. Windows color (decimal): -6299845 or 3923871. OLE color: 3923871.
HSL color Cylindrical-coordinate representation of color #9FDF3B: hue angle of 83.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FDF3B is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 59 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.13 |
| HSL | 83.41º | 0.72% | 0.55% | - |
| HSV(B) | 83.41º | 0.74% | 0.87% | - |
| XYZ | 41.48 | 60.46 | 13.62 | - |
| YUV | 185.17 | 56.8 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 59 | 0.29 | 0 | 0.74 | 0.13 | 83.41 | 0.72 | 0.55 |
| Hex | 9F | DF | 3B | 1D | 0 | 4A | D | 53 | 48 | 37 |
| Octal | 237 | 337 | 73 | 35 | 0 | 112 | 15 | 123 | 110 | 67 |
| Binary | 10011111 | 11011111 | 111011 | 11101 | 0 | 1001010 | 1101 | 1010011 | 1001000 | 110111 |
Color Harmonies of #9FDF3B
Complementary color
Monochromatic Colors of #9FDF3B
Black with #9FDF3B
Text Example
Text Example
White with #9FDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF3B; }
p { color: rgb(159,223,59); }
H1.HeaderClassName
{
color: #9FDF3B;
}
.AnyTagClassName
{
color: #9FDF3B;
}
</style>
background-color css
<style>
a { background-color: #9FDF3B; }
a { background-color: rgb(159,223,59); }
div.DivClassName
{
background-color: #9FDF3B;
}
.BgClassName
{
background-color: #9FDF3B;
}
</style>
border-color css
<style>
span { border-color: #9FDF3B; }
span { border-color: rgb(159,223,59); }
td.TdClassName
{
border-color: #9FDF3B;
}
.TagClassName
{
border-color: #9FDF3B;
}
</style>