Shades of Atlantis #9FD23C
Tints of Atlantis #9FD23C
RGB
CMYK
RGB Variations
Color information
#9FD23C (or 0x9FD23C) is known color: Atlantis. HEX triplet: 9F, D2 and 3C. RGB value is (159,210,60). Sum of RGB (Red+Green+Blue) = 159+210+60=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD23C is #602DC3. Grayscale: #B2B2B2. Windows color (decimal): -6303172 or 3986079. OLE color: 3986079.
HSL color Cylindrical-coordinate representation of color #9FD23C: hue angle of 80.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FD23C is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 60 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.18 |
| HSL | 80.4º | 0.63% | 0.53% | - |
| HSV(B) | 80.4º | 0.71% | 0.82% | - |
| XYZ | 38.16 | 53.79 | 12.65 | - |
| YUV | 177.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 60 | 0.24 | 0 | 0.71 | 0.18 | 80.4 | 0.63 | 0.53 |
| Hex | 9F | D2 | 3C | 18 | 0 | 47 | 12 | 50 | 3E | 35 |
| Octal | 237 | 322 | 74 | 30 | 0 | 107 | 22 | 120 | 76 | 65 |
| Binary | 10011111 | 11010010 | 111100 | 11000 | 0 | 1000111 | 10010 | 1010000 | 111110 | 110101 |
Color Harmonies of #9FD23C
Complementary color
Monochromatic Colors of #9FD23C
Black with #9FD23C
Text Example
Text Example
White with #9FD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD23C; }
p { color: rgb(159,210,60); }
H1.HeaderClassName
{
color: #9FD23C;
}
.AnyTagClassName
{
color: #9FD23C;
}
</style>
background-color css
<style>
a { background-color: #9FD23C; }
a { background-color: rgb(159,210,60); }
div.DivClassName
{
background-color: #9FD23C;
}
.BgClassName
{
background-color: #9FD23C;
}
</style>
border-color css
<style>
span { border-color: #9FD23C; }
span { border-color: rgb(159,210,60); }
td.TdClassName
{
border-color: #9FD23C;
}
.TagClassName
{
border-color: #9FD23C;
}
</style>