Shades of Atlantis #9FCD3C
Tints of Atlantis #9FCD3C
RGB
CMYK
RGB Variations
Color information
#9FCD3C (or 0x9FCD3C) is known color: Atlantis. HEX triplet: 9F, CD and 3C. RGB value is (159,205,60). Sum of RGB (Red+Green+Blue) = 159+205+60=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCD3C is #6032C3. Grayscale: #AFAFAF. Windows color (decimal): -6304452 or 3984799. OLE color: 3984799.
HSL color Cylindrical-coordinate representation of color #9FCD3C: hue angle of 79.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FCD3C is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 60 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.20 |
| HSL | 79.03º | 0.59% | 0.52% | - |
| HSV(B) | 79.03º | 0.71% | 0.8% | - |
| XYZ | 36.95 | 51.36 | 12.24 | - |
| YUV | 174.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 60 | 0.22 | 0 | 0.71 | 0.20 | 79.03 | 0.59 | 0.52 |
| Hex | 9F | CD | 3C | 16 | 0 | 47 | 14 | 4F | 3B | 34 |
| Octal | 237 | 315 | 74 | 26 | 0 | 107 | 24 | 117 | 73 | 64 |
| Binary | 10011111 | 11001101 | 111100 | 10110 | 0 | 1000111 | 10100 | 1001111 | 111011 | 110100 |
Color Harmonies of #9FCD3C
Complementary color
Monochromatic Colors of #9FCD3C
Black with #9FCD3C
Text Example
Text Example
White with #9FCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD3C; }
p { color: rgb(159,205,60); }
H1.HeaderClassName
{
color: #9FCD3C;
}
.AnyTagClassName
{
color: #9FCD3C;
}
</style>
background-color css
<style>
a { background-color: #9FCD3C; }
a { background-color: rgb(159,205,60); }
div.DivClassName
{
background-color: #9FCD3C;
}
.BgClassName
{
background-color: #9FCD3C;
}
</style>
border-color css
<style>
span { border-color: #9FCD3C; }
span { border-color: rgb(159,205,60); }
td.TdClassName
{
border-color: #9FCD3C;
}
.TagClassName
{
border-color: #9FCD3C;
}
</style>