Shades of Atlantis #9CC74D
Tints of Atlantis #9CC74D
RGB
CMYK
RGB Variations
Color information
#9CC74D (or 0x9CC74D) is known color: Atlantis. HEX triplet: 9C, C7 and 4D. RGB value is (156,199,77). Sum of RGB (Red+Green+Blue) = 156+199+77=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC74D is #6338B2. Grayscale: #ACACAC. Windows color (decimal): -6502579 or 5097372. OLE color: 5097372.
HSL color Cylindrical-coordinate representation of color #9CC74D: hue angle of 81.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC74D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 199 | 77 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.22 |
| HSL | 81.15º | 0.52% | 0.54% | - |
| HSV(B) | 81.15º | 0.61% | 0.78% | - |
| XYZ | 35.47 | 48.45 | 14.5 | - |
| YUV | 172.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 199 | 77 | 0.22 | 0 | 0.61 | 0.22 | 81.15 | 0.52 | 0.54 |
| Hex | 9C | C7 | 4D | 16 | 0 | 3D | 16 | 51 | 34 | 36 |
| Octal | 234 | 307 | 115 | 26 | 0 | 75 | 26 | 121 | 64 | 66 |
| Binary | 10011100 | 11000111 | 1001101 | 10110 | 0 | 111101 | 10110 | 1010001 | 110100 | 110110 |
Color Harmonies of #9CC74D
Complementary color
Monochromatic Colors of #9CC74D
Black with #9CC74D
Text Example
Text Example
White with #9CC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC74D; }
p { color: rgb(156,199,77); }
H1.HeaderClassName
{
color: #9CC74D;
}
.AnyTagClassName
{
color: #9CC74D;
}
</style>
background-color css
<style>
a { background-color: #9CC74D; }
a { background-color: rgb(156,199,77); }
div.DivClassName
{
background-color: #9CC74D;
}
.BgClassName
{
background-color: #9CC74D;
}
</style>
border-color css
<style>
span { border-color: #9CC74D; }
span { border-color: rgb(156,199,77); }
td.TdClassName
{
border-color: #9CC74D;
}
.TagClassName
{
border-color: #9CC74D;
}
</style>