Shades of Atlantis #9CC33D
Tints of Atlantis #9CC33D
RGB
CMYK
RGB Variations
Color information
#9CC33D (or 0x9CC33D) is known color: Atlantis. HEX triplet: 9C, C3 and 3D. RGB value is (156,195,61). Sum of RGB (Red+Green+Blue) = 156+195+61=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC33D is #633CC2. Grayscale: #A8A8A8. Windows color (decimal): -6503619 or 4047772. OLE color: 4047772.
HSL color Cylindrical-coordinate representation of color #9CC33D: hue angle of 77.46º degrees, saturation: 0.53, 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 #9CC33D is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 61 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.24 |
| HSL | 77.46º | 0.53% | 0.5% | - |
| HSV(B) | 77.46º | 0.69% | 0.76% | - |
| XYZ | 34.07 | 46.44 | 11.58 | - |
| YUV | 168.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 61 | 0.20 | 0 | 0.69 | 0.24 | 77.46 | 0.53 | 0.5 |
| Hex | 9C | C3 | 3D | 14 | 0 | 45 | 18 | 4D | 35 | 32 |
| Octal | 234 | 303 | 75 | 24 | 0 | 105 | 30 | 115 | 65 | 62 |
| Binary | 10011100 | 11000011 | 111101 | 10100 | 0 | 1000101 | 11000 | 1001101 | 110101 | 110010 |
Color Harmonies of #9CC33D
Complementary color
Monochromatic Colors of #9CC33D
Black with #9CC33D
Text Example
Text Example
White with #9CC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC33D; }
p { color: rgb(156,195,61); }
H1.HeaderClassName
{
color: #9CC33D;
}
.AnyTagClassName
{
color: #9CC33D;
}
</style>
background-color css
<style>
a { background-color: #9CC33D; }
a { background-color: rgb(156,195,61); }
div.DivClassName
{
background-color: #9CC33D;
}
.BgClassName
{
background-color: #9CC33D;
}
</style>
border-color css
<style>
span { border-color: #9CC33D; }
span { border-color: rgb(156,195,61); }
td.TdClassName
{
border-color: #9CC33D;
}
.TagClassName
{
border-color: #9CC33D;
}
</style>