Shades of Atlantis #9CD534
Tints of Atlantis #9CD534
RGB
CMYK
RGB Variations
Color information
#9CD534 (or 0x9CD534) is known color: Atlantis. HEX triplet: 9C, D5 and 34. RGB value is (156,213,52). Sum of RGB (Red+Green+Blue) = 156+213+52=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD534 is #632ACB. Grayscale: #B2B2B2. Windows color (decimal): -6499020 or 3462556. OLE color: 3462556.
HSL color Cylindrical-coordinate representation of color #9CD534: hue angle of 81.24º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CD534 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 213 | 52 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.16 |
| HSL | 81.24º | 0.66% | 0.52% | - |
| HSV(B) | 81.24º | 0.76% | 0.84% | - |
| XYZ | 38.12 | 54.9 | 11.84 | - |
| YUV | 177.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 213 | 52 | 0.27 | 0 | 0.76 | 0.16 | 81.24 | 0.66 | 0.52 |
| Hex | 9C | D5 | 34 | 1B | 0 | 4C | 10 | 51 | 42 | 34 |
| Octal | 234 | 325 | 64 | 33 | 0 | 114 | 20 | 121 | 102 | 64 |
| Binary | 10011100 | 11010101 | 110100 | 11011 | 0 | 1001100 | 10000 | 1010001 | 1000010 | 110100 |
Color Harmonies of #9CD534
Complementary color
Monochromatic Colors of #9CD534
Black with #9CD534
Text Example
Text Example
White with #9CD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD534; }
p { color: rgb(156,213,52); }
H1.HeaderClassName
{
color: #9CD534;
}
.AnyTagClassName
{
color: #9CD534;
}
</style>
background-color css
<style>
a { background-color: #9CD534; }
a { background-color: rgb(156,213,52); }
div.DivClassName
{
background-color: #9CD534;
}
.BgClassName
{
background-color: #9CD534;
}
</style>
border-color css
<style>
span { border-color: #9CD534; }
span { border-color: rgb(156,213,52); }
td.TdClassName
{
border-color: #9CD534;
}
.TagClassName
{
border-color: #9CD534;
}
</style>