Shades of Atlantis #9CCC4B
Tints of Atlantis #9CCC4B
RGB
CMYK
RGB Variations
Color information
#9CCC4B (or 0x9CCC4B) is known color: Atlantis. HEX triplet: 9C, CC and 4B. RGB value is (156,204,75). Sum of RGB (Red+Green+Blue) = 156+204+75=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCC4B is #6333B4. Grayscale: #AFAFAF. Windows color (decimal): -6501301 or 4967580. OLE color: 4967580.
HSL color Cylindrical-coordinate representation of color #9CCC4B: hue angle of 82.33º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CCC4B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 75 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.2 |
| HSL | 82.33º | 0.56% | 0.55% | - |
| HSV(B) | 82.33º | 0.63% | 0.8% | - |
| XYZ | 36.57 | 50.76 | 14.53 | - |
| YUV | 174.94 | 71.6 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 75 | 0.24 | 0 | 0.63 | 0.2 | 82.33 | 0.56 | 0.55 |
| Hex | 9C | CC | 4B | 18 | 0 | 3F | 14 | 52 | 38 | 37 |
| Octal | 234 | 314 | 113 | 30 | 0 | 77 | 24 | 122 | 70 | 67 |
| Binary | 10011100 | 11001100 | 1001011 | 11000 | 0 | 111111 | 10100 | 1010010 | 111000 | 110111 |
Color Harmonies of #9CCC4B
Complementary color
Monochromatic Colors of #9CCC4B
Black with #9CCC4B
Text Example
Text Example
White with #9CCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC4B; }
p { color: rgb(156,204,75); }
H1.HeaderClassName
{
color: #9CCC4B;
}
.AnyTagClassName
{
color: #9CCC4B;
}
</style>
background-color css
<style>
a { background-color: #9CCC4B; }
a { background-color: rgb(156,204,75); }
div.DivClassName
{
background-color: #9CCC4B;
}
.BgClassName
{
background-color: #9CCC4B;
}
</style>
border-color css
<style>
span { border-color: #9CCC4B; }
span { border-color: rgb(156,204,75); }
td.TdClassName
{
border-color: #9CCC4B;
}
.TagClassName
{
border-color: #9CCC4B;
}
</style>