Shades of Atlantis #9CC93F
Tints of Atlantis #9CC93F
RGB
CMYK
RGB Variations
Color information
#9CC93F (or 0x9CC93F) is known color: Atlantis. HEX triplet: 9C, C9 and 3F. RGB value is (156,201,63). Sum of RGB (Red+Green+Blue) = 156+201+63=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC93F is #6336C0. Grayscale: #ACACAC. Windows color (decimal): -6502081 or 4180380. OLE color: 4180380.
HSL color Cylindrical-coordinate representation of color #9CC93F: hue angle of 79.57º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CC93F is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 63 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.21 |
| HSL | 79.57º | 0.56% | 0.52% | - |
| HSV(B) | 79.57º | 0.69% | 0.79% | - |
| XYZ | 35.49 | 49.2 | 12.33 | - |
| YUV | 171.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 63 | 0.22 | 0 | 0.69 | 0.21 | 79.57 | 0.56 | 0.52 |
| Hex | 9C | C9 | 3F | 16 | 0 | 45 | 15 | 50 | 38 | 34 |
| Octal | 234 | 311 | 77 | 26 | 0 | 105 | 25 | 120 | 70 | 64 |
| Binary | 10011100 | 11001001 | 111111 | 10110 | 0 | 1000101 | 10101 | 1010000 | 111000 | 110100 |
Color Harmonies of #9CC93F
Complementary color
Monochromatic Colors of #9CC93F
Black with #9CC93F
Text Example
Text Example
White with #9CC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC93F; }
p { color: rgb(156,201,63); }
H1.HeaderClassName
{
color: #9CC93F;
}
.AnyTagClassName
{
color: #9CC93F;
}
</style>
background-color css
<style>
a { background-color: #9CC93F; }
a { background-color: rgb(156,201,63); }
div.DivClassName
{
background-color: #9CC93F;
}
.BgClassName
{
background-color: #9CC93F;
}
</style>
border-color css
<style>
span { border-color: #9CC93F; }
span { border-color: rgb(156,201,63); }
td.TdClassName
{
border-color: #9CC93F;
}
.TagClassName
{
border-color: #9CC93F;
}
</style>