Shades of Atlantis #9CCF4D
Tints of Atlantis #9CCF4D
RGB
CMYK
RGB Variations
Color information
#9CCF4D (or 0x9CCF4D) is known color: Atlantis. HEX triplet: 9C, CF and 4D. RGB value is (156,207,77). Sum of RGB (Red+Green+Blue) = 156+207+77=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF4D is #6330B2. Grayscale: #B1B1B1. Windows color (decimal): -6500531 or 5099420. OLE color: 5099420.
HSL color Cylindrical-coordinate representation of color #9CCF4D: hue angle of 83.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CCF4D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 77 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.19 |
| HSL | 83.54º | 0.58% | 0.56% | - |
| HSV(B) | 83.54º | 0.63% | 0.81% | - |
| XYZ | 37.36 | 52.23 | 15.13 | - |
| YUV | 176.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 77 | 0.25 | 0 | 0.63 | 0.19 | 83.54 | 0.58 | 0.56 |
| Hex | 9C | CF | 4D | 19 | 0 | 3F | 13 | 54 | 3A | 38 |
| Octal | 234 | 317 | 115 | 31 | 0 | 77 | 23 | 124 | 72 | 70 |
| Binary | 10011100 | 11001111 | 1001101 | 11001 | 0 | 111111 | 10011 | 1010100 | 111010 | 111000 |
Color Harmonies of #9CCF4D
Complementary color
Monochromatic Colors of #9CCF4D
Black with #9CCF4D
Text Example
Text Example
White with #9CCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF4D; }
p { color: rgb(156,207,77); }
H1.HeaderClassName
{
color: #9CCF4D;
}
.AnyTagClassName
{
color: #9CCF4D;
}
</style>
background-color css
<style>
a { background-color: #9CCF4D; }
a { background-color: rgb(156,207,77); }
div.DivClassName
{
background-color: #9CCF4D;
}
.BgClassName
{
background-color: #9CCF4D;
}
</style>
border-color css
<style>
span { border-color: #9CCF4D; }
span { border-color: rgb(156,207,77); }
td.TdClassName
{
border-color: #9CCF4D;
}
.TagClassName
{
border-color: #9CCF4D;
}
</style>