Shades of Atlantis #9CC54B
Tints of Atlantis #9CC54B
RGB
CMYK
RGB Variations
Color information
#9CC54B (or 0x9CC54B) is known color: Atlantis. HEX triplet: 9C, C5 and 4B. RGB value is (156,197,75). Sum of RGB (Red+Green+Blue) = 156+197+75=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC54B is #633AB4. Grayscale: #ABABAB. Windows color (decimal): -6503093 or 4965788. OLE color: 4965788.
HSL color Cylindrical-coordinate representation of color #9CC54B: hue angle of 80.16º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CC54B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 75 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.23 |
| HSL | 80.16º | 0.51% | 0.53% | - |
| HSV(B) | 80.16º | 0.62% | 0.77% | - |
| XYZ | 34.95 | 47.51 | 13.98 | - |
| YUV | 170.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 75 | 0.21 | 0 | 0.62 | 0.23 | 80.16 | 0.51 | 0.53 |
| Hex | 9C | C5 | 4B | 15 | 0 | 3E | 17 | 50 | 33 | 35 |
| Octal | 234 | 305 | 113 | 25 | 0 | 76 | 27 | 120 | 63 | 65 |
| Binary | 10011100 | 11000101 | 1001011 | 10101 | 0 | 111110 | 10111 | 1010000 | 110011 | 110101 |
Color Harmonies of #9CC54B
Complementary color
Monochromatic Colors of #9CC54B
Black with #9CC54B
Text Example
Text Example
White with #9CC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC54B; }
p { color: rgb(156,197,75); }
H1.HeaderClassName
{
color: #9CC54B;
}
.AnyTagClassName
{
color: #9CC54B;
}
</style>
background-color css
<style>
a { background-color: #9CC54B; }
a { background-color: rgb(156,197,75); }
div.DivClassName
{
background-color: #9CC54B;
}
.BgClassName
{
background-color: #9CC54B;
}
</style>
border-color css
<style>
span { border-color: #9CC54B; }
span { border-color: rgb(156,197,75); }
td.TdClassName
{
border-color: #9CC54B;
}
.TagClassName
{
border-color: #9CC54B;
}
</style>