Shades of Atlantis #9CCB3F
Tints of Atlantis #9CCB3F
RGB
CMYK
RGB Variations
Color information
#9CCB3F (or 0x9CCB3F) is known color: Atlantis. HEX triplet: 9C, CB and 3F. RGB value is (156,203,63). Sum of RGB (Red+Green+Blue) = 156+203+63=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCB3F is #6334C0. Grayscale: #ADADAD. Windows color (decimal): -6501569 or 4180892. OLE color: 4180892.
HSL color Cylindrical-coordinate representation of color #9CCB3F: hue angle of 80.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CCB3F is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 63 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.20 |
| HSL | 80.14º | 0.57% | 0.52% | - |
| HSV(B) | 80.14º | 0.69% | 0.8% | - |
| XYZ | 35.96 | 50.14 | 12.48 | - |
| YUV | 172.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 63 | 0.23 | 0 | 0.69 | 0.20 | 80.14 | 0.57 | 0.52 |
| Hex | 9C | CB | 3F | 17 | 0 | 45 | 14 | 50 | 39 | 34 |
| Octal | 234 | 313 | 77 | 27 | 0 | 105 | 24 | 120 | 71 | 64 |
| Binary | 10011100 | 11001011 | 111111 | 10111 | 0 | 1000101 | 10100 | 1010000 | 111001 | 110100 |
Color Harmonies of #9CCB3F
Complementary color
Monochromatic Colors of #9CCB3F
Black with #9CCB3F
Text Example
Text Example
White with #9CCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB3F; }
p { color: rgb(156,203,63); }
H1.HeaderClassName
{
color: #9CCB3F;
}
.AnyTagClassName
{
color: #9CCB3F;
}
</style>
background-color css
<style>
a { background-color: #9CCB3F; }
a { background-color: rgb(156,203,63); }
div.DivClassName
{
background-color: #9CCB3F;
}
.BgClassName
{
background-color: #9CCB3F;
}
</style>
border-color css
<style>
span { border-color: #9CCB3F; }
span { border-color: rgb(156,203,63); }
td.TdClassName
{
border-color: #9CCB3F;
}
.TagClassName
{
border-color: #9CCB3F;
}
</style>