Shades of Atlantis #9CC23D
Tints of Atlantis #9CC23D
RGB
CMYK
RGB Variations
Color information
#9CC23D (or 0x9CC23D) is known color: Atlantis. HEX triplet: 9C, C2 and 3D. RGB value is (156,194,61). Sum of RGB (Red+Green+Blue) = 156+194+61=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC23D is #633DC2. Grayscale: #A7A7A7. Windows color (decimal): -6503875 or 4047516. OLE color: 4047516.
HSL color Cylindrical-coordinate representation of color #9CC23D: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CC23D is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 61 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.24 |
| HSL | 77.14º | 0.52% | 0.5% | - |
| HSV(B) | 77.14º | 0.69% | 0.76% | - |
| XYZ | 33.84 | 45.99 | 11.51 | - |
| YUV | 167.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 61 | 0.20 | 0 | 0.69 | 0.24 | 77.14 | 0.52 | 0.5 |
| Hex | 9C | C2 | 3D | 14 | 0 | 45 | 18 | 4D | 34 | 32 |
| Octal | 234 | 302 | 75 | 24 | 0 | 105 | 30 | 115 | 64 | 62 |
| Binary | 10011100 | 11000010 | 111101 | 10100 | 0 | 1000101 | 11000 | 1001101 | 110100 | 110010 |
Color Harmonies of #9CC23D
Complementary color
Monochromatic Colors of #9CC23D
Black with #9CC23D
Text Example
Text Example
White with #9CC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC23D; }
p { color: rgb(156,194,61); }
H1.HeaderClassName
{
color: #9CC23D;
}
.AnyTagClassName
{
color: #9CC23D;
}
</style>
background-color css
<style>
a { background-color: #9CC23D; }
a { background-color: rgb(156,194,61); }
div.DivClassName
{
background-color: #9CC23D;
}
.BgClassName
{
background-color: #9CC23D;
}
</style>
border-color css
<style>
span { border-color: #9CC23D; }
span { border-color: rgb(156,194,61); }
td.TdClassName
{
border-color: #9CC23D;
}
.TagClassName
{
border-color: #9CC23D;
}
</style>