Shades of Atlantis #9CC03D
Tints of Atlantis #9CC03D
RGB
CMYK
RGB Variations
Color information
#9CC03D (or 0x9CC03D) is known color: Atlantis. HEX triplet: 9C, C0 and 3D. RGB value is (156,192,61). Sum of RGB (Red+Green+Blue) = 156+192+61=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC03D is #633FC2. Grayscale: #A6A6A6. Windows color (decimal): -6504387 or 4047004. OLE color: 4047004.
HSL color Cylindrical-coordinate representation of color #9CC03D: hue angle of 76.49º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CC03D is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 61 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.25 |
| HSL | 76.49º | 0.52% | 0.5% | - |
| HSV(B) | 76.49º | 0.68% | 0.75% | - |
| XYZ | 33.4 | 45.1 | 11.36 | - |
| YUV | 166.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 61 | 0.19 | 0 | 0.68 | 0.25 | 76.49 | 0.52 | 0.5 |
| Hex | 9C | C0 | 3D | 13 | 0 | 44 | 19 | 4C | 34 | 32 |
| Octal | 234 | 300 | 75 | 23 | 0 | 104 | 31 | 114 | 64 | 62 |
| Binary | 10011100 | 11000000 | 111101 | 10011 | 0 | 1000100 | 11001 | 1001100 | 110100 | 110010 |
Color Harmonies of #9CC03D
Complementary color
Monochromatic Colors of #9CC03D
Black with #9CC03D
Text Example
Text Example
White with #9CC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC03D; }
p { color: rgb(156,192,61); }
H1.HeaderClassName
{
color: #9CC03D;
}
.AnyTagClassName
{
color: #9CC03D;
}
</style>
background-color css
<style>
a { background-color: #9CC03D; }
a { background-color: rgb(156,192,61); }
div.DivClassName
{
background-color: #9CC03D;
}
.BgClassName
{
background-color: #9CC03D;
}
</style>
border-color css
<style>
span { border-color: #9CC03D; }
span { border-color: rgb(156,192,61); }
td.TdClassName
{
border-color: #9CC03D;
}
.TagClassName
{
border-color: #9CC03D;
}
</style>