Shades of Atlantis #9BCD4F
Tints of Atlantis #9BCD4F
RGB
CMYK
RGB Variations
Color information
#9BCD4F (or 0x9BCD4F) is known color: Atlantis. HEX triplet: 9B, CD and 4F. RGB value is (155,205,79). Sum of RGB (Red+Green+Blue) = 155+205+79=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD4F is #6432B0. Grayscale: #B0B0B0. Windows color (decimal): -6566577 or 5229979. OLE color: 5229979.
HSL color Cylindrical-coordinate representation of color #9BCD4F: hue angle of 83.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BCD4F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 79 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.20 |
| HSL | 83.81º | 0.56% | 0.56% | - |
| HSV(B) | 83.81º | 0.61% | 0.8% | - |
| XYZ | 36.76 | 51.2 | 15.34 | - |
| YUV | 175.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 79 | 0.24 | 0 | 0.61 | 0.20 | 83.81 | 0.56 | 0.56 |
| Hex | 9B | CD | 4F | 18 | 0 | 3D | 14 | 54 | 38 | 38 |
| Octal | 233 | 315 | 117 | 30 | 0 | 75 | 24 | 124 | 70 | 70 |
| Binary | 10011011 | 11001101 | 1001111 | 11000 | 0 | 111101 | 10100 | 1010100 | 111000 | 111000 |
Color Harmonies of #9BCD4F
Complementary color
Monochromatic Colors of #9BCD4F
Black with #9BCD4F
Text Example
Text Example
White with #9BCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD4F; }
p { color: rgb(155,205,79); }
H1.HeaderClassName
{
color: #9BCD4F;
}
.AnyTagClassName
{
color: #9BCD4F;
}
</style>
background-color css
<style>
a { background-color: #9BCD4F; }
a { background-color: rgb(155,205,79); }
div.DivClassName
{
background-color: #9BCD4F;
}
.BgClassName
{
background-color: #9BCD4F;
}
</style>
border-color css
<style>
span { border-color: #9BCD4F; }
span { border-color: rgb(155,205,79); }
td.TdClassName
{
border-color: #9BCD4F;
}
.TagClassName
{
border-color: #9BCD4F;
}
</style>