Shades of Atlantis #9FCC3D
Tints of Atlantis #9FCC3D
RGB
CMYK
RGB Variations
Color information
#9FCC3D (or 0x9FCC3D) is known color: Atlantis. HEX triplet: 9F, CC and 3D. RGB value is (159,204,61). Sum of RGB (Red+Green+Blue) = 159+204+61=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC3D is #6033C2. Grayscale: #AEAEAE. Windows color (decimal): -6304707 or 4050079. OLE color: 4050079.
HSL color Cylindrical-coordinate representation of color #9FCC3D: hue angle of 78.88º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FCC3D is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 61 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.2 |
| HSL | 78.88º | 0.58% | 0.52% | - |
| HSV(B) | 78.88º | 0.7% | 0.8% | - |
| XYZ | 36.73 | 50.89 | 12.3 | - |
| YUV | 174.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 61 | 0.22 | 0 | 0.70 | 0.2 | 78.88 | 0.58 | 0.52 |
| Hex | 9F | CC | 3D | 16 | 0 | 46 | 14 | 4F | 3A | 34 |
| Octal | 237 | 314 | 75 | 26 | 0 | 106 | 24 | 117 | 72 | 64 |
| Binary | 10011111 | 11001100 | 111101 | 10110 | 0 | 1000110 | 10100 | 1001111 | 111010 | 110100 |
Color Harmonies of #9FCC3D
Complementary color
Monochromatic Colors of #9FCC3D
Black with #9FCC3D
Text Example
Text Example
White with #9FCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC3D; }
p { color: rgb(159,204,61); }
H1.HeaderClassName
{
color: #9FCC3D;
}
.AnyTagClassName
{
color: #9FCC3D;
}
</style>
background-color css
<style>
a { background-color: #9FCC3D; }
a { background-color: rgb(159,204,61); }
div.DivClassName
{
background-color: #9FCC3D;
}
.BgClassName
{
background-color: #9FCC3D;
}
</style>
border-color css
<style>
span { border-color: #9FCC3D; }
span { border-color: rgb(159,204,61); }
td.TdClassName
{
border-color: #9FCC3D;
}
.TagClassName
{
border-color: #9FCC3D;
}
</style>