Shades of Atlantis #9CCC3F
Tints of Atlantis #9CCC3F
RGB
CMYK
RGB Variations
Color information
#9CCC3F (or 0x9CCC3F) is known color: Atlantis. HEX triplet: 9C, CC and 3F. RGB value is (156,204,63). Sum of RGB (Red+Green+Blue) = 156+204+63=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCC3F is #6333C0. Grayscale: #AEAEAE. Windows color (decimal): -6501313 or 4181148. OLE color: 4181148.
HSL color Cylindrical-coordinate representation of color #9CCC3F: hue angle of 80.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CCC3F is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 63 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.2 |
| HSL | 80.43º | 0.58% | 0.52% | - |
| HSV(B) | 80.43º | 0.69% | 0.8% | - |
| XYZ | 36.2 | 50.61 | 12.56 | - |
| YUV | 173.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 63 | 0.24 | 0 | 0.69 | 0.2 | 80.43 | 0.58 | 0.52 |
| Hex | 9C | CC | 3F | 18 | 0 | 45 | 14 | 50 | 3A | 34 |
| Octal | 234 | 314 | 77 | 30 | 0 | 105 | 24 | 120 | 72 | 64 |
| Binary | 10011100 | 11001100 | 111111 | 11000 | 0 | 1000101 | 10100 | 1010000 | 111010 | 110100 |
Color Harmonies of #9CCC3F
Complementary color
Monochromatic Colors of #9CCC3F
Black with #9CCC3F
Text Example
Text Example
White with #9CCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC3F; }
p { color: rgb(156,204,63); }
H1.HeaderClassName
{
color: #9CCC3F;
}
.AnyTagClassName
{
color: #9CCC3F;
}
</style>
background-color css
<style>
a { background-color: #9CCC3F; }
a { background-color: rgb(156,204,63); }
div.DivClassName
{
background-color: #9CCC3F;
}
.BgClassName
{
background-color: #9CCC3F;
}
</style>
border-color css
<style>
span { border-color: #9CCC3F; }
span { border-color: rgb(156,204,63); }
td.TdClassName
{
border-color: #9CCC3F;
}
.TagClassName
{
border-color: #9CCC3F;
}
</style>