Shades of Atlantis #9CC148
Tints of Atlantis #9CC148
RGB
CMYK
RGB Variations
Color information
#9CC148 (or 0x9CC148) is known color: Atlantis. HEX triplet: 9C, C1 and 48. RGB value is (156,193,72). Sum of RGB (Red+Green+Blue) = 156+193+72=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC148 is #633EB7. Grayscale: #A8A8A8. Windows color (decimal): -6504120 or 4768156. OLE color: 4768156.
HSL color Cylindrical-coordinate representation of color #9CC148: hue angle of 78.35º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CC148 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 72 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.24 |
| HSL | 78.35º | 0.49% | 0.52% | - |
| HSV(B) | 78.35º | 0.63% | 0.76% | - |
| XYZ | 33.95 | 45.68 | 13.16 | - |
| YUV | 168.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 72 | 0.19 | 0 | 0.63 | 0.24 | 78.35 | 0.49 | 0.52 |
| Hex | 9C | C1 | 48 | 13 | 0 | 3F | 18 | 4E | 31 | 34 |
| Octal | 234 | 301 | 110 | 23 | 0 | 77 | 30 | 116 | 61 | 64 |
| Binary | 10011100 | 11000001 | 1001000 | 10011 | 0 | 111111 | 11000 | 1001110 | 110001 | 110100 |
Color Harmonies of #9CC148
Complementary color
Monochromatic Colors of #9CC148
Black with #9CC148
Text Example
Text Example
White with #9CC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC148; }
p { color: rgb(156,193,72); }
H1.HeaderClassName
{
color: #9CC148;
}
.AnyTagClassName
{
color: #9CC148;
}
</style>
background-color css
<style>
a { background-color: #9CC148; }
a { background-color: rgb(156,193,72); }
div.DivClassName
{
background-color: #9CC148;
}
.BgClassName
{
background-color: #9CC148;
}
</style>
border-color css
<style>
span { border-color: #9CC148; }
span { border-color: rgb(156,193,72); }
td.TdClassName
{
border-color: #9CC148;
}
.TagClassName
{
border-color: #9CC148;
}
</style>