Shades of Atlantis #9FCD4B
Tints of Atlantis #9FCD4B
RGB
CMYK
RGB Variations
Color information
#9FCD4B (or 0x9FCD4B) is known color: Atlantis. HEX triplet: 9F, CD and 4B. RGB value is (159,205,75). Sum of RGB (Red+Green+Blue) = 159+205+75=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCD4B is #6032B4. Grayscale: #B0B0B0. Windows color (decimal): -6304437 or 4967839. OLE color: 4967839.
HSL color Cylindrical-coordinate representation of color #9FCD4B: hue angle of 81.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FCD4B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 75 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.20 |
| HSL | 81.23º | 0.57% | 0.55% | - |
| HSV(B) | 81.23º | 0.63% | 0.8% | - |
| XYZ | 37.4 | 51.54 | 14.63 | - |
| YUV | 176.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 75 | 0.22 | 0 | 0.63 | 0.20 | 81.23 | 0.57 | 0.55 |
| Hex | 9F | CD | 4B | 16 | 0 | 3F | 14 | 51 | 39 | 37 |
| Octal | 237 | 315 | 113 | 26 | 0 | 77 | 24 | 121 | 71 | 67 |
| Binary | 10011111 | 11001101 | 1001011 | 10110 | 0 | 111111 | 10100 | 1010001 | 111001 | 110111 |
Color Harmonies of #9FCD4B
Complementary color
Monochromatic Colors of #9FCD4B
Black with #9FCD4B
Text Example
Text Example
White with #9FCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD4B; }
p { color: rgb(159,205,75); }
H1.HeaderClassName
{
color: #9FCD4B;
}
.AnyTagClassName
{
color: #9FCD4B;
}
</style>
background-color css
<style>
a { background-color: #9FCD4B; }
a { background-color: rgb(159,205,75); }
div.DivClassName
{
background-color: #9FCD4B;
}
.BgClassName
{
background-color: #9FCD4B;
}
</style>
border-color css
<style>
span { border-color: #9FCD4B; }
span { border-color: rgb(159,205,75); }
td.TdClassName
{
border-color: #9FCD4B;
}
.TagClassName
{
border-color: #9FCD4B;
}
</style>