Shades of Atlantis #9CC641
Tints of Atlantis #9CC641
RGB
CMYK
RGB Variations
Color information
#9CC641 (or 0x9CC641) is known color: Atlantis. HEX triplet: 9C, C6 and 41. RGB value is (156,198,65). Sum of RGB (Red+Green+Blue) = 156+198+65=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC641 is #6339BE. Grayscale: #AAAAAA. Windows color (decimal): -6502847 or 4310684. OLE color: 4310684.
HSL color Cylindrical-coordinate representation of color #9CC641: hue angle of 78.95º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CC641 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 65 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.22 |
| HSL | 78.95º | 0.54% | 0.52% | - |
| HSV(B) | 78.95º | 0.67% | 0.78% | - |
| XYZ | 34.86 | 47.84 | 12.4 | - |
| YUV | 170.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 65 | 0.21 | 0 | 0.67 | 0.22 | 78.95 | 0.54 | 0.52 |
| Hex | 9C | C6 | 41 | 15 | 0 | 43 | 16 | 4F | 36 | 34 |
| Octal | 234 | 306 | 101 | 25 | 0 | 103 | 26 | 117 | 66 | 64 |
| Binary | 10011100 | 11000110 | 1000001 | 10101 | 0 | 1000011 | 10110 | 1001111 | 110110 | 110100 |
Color Harmonies of #9CC641
Complementary color
Monochromatic Colors of #9CC641
Black with #9CC641
Text Example
Text Example
White with #9CC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC641; }
p { color: rgb(156,198,65); }
H1.HeaderClassName
{
color: #9CC641;
}
.AnyTagClassName
{
color: #9CC641;
}
</style>
background-color css
<style>
a { background-color: #9CC641; }
a { background-color: rgb(156,198,65); }
div.DivClassName
{
background-color: #9CC641;
}
.BgClassName
{
background-color: #9CC641;
}
</style>
border-color css
<style>
span { border-color: #9CC641; }
span { border-color: rgb(156,198,65); }
td.TdClassName
{
border-color: #9CC641;
}
.TagClassName
{
border-color: #9CC641;
}
</style>