Shades of Atlantis #9BCF40
Tints of Atlantis #9BCF40
RGB
CMYK
RGB Variations
Color information
#9BCF40 (or 0x9BCF40) is known color: Atlantis. HEX triplet: 9B, CF and 40. RGB value is (155,207,64). Sum of RGB (Red+Green+Blue) = 155+207+64=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCF40 is #6430BF. Grayscale: #AFAFAF. Windows color (decimal): -6566080 or 4247451. OLE color: 4247451.
HSL color Cylindrical-coordinate representation of color #9BCF40: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BCF40 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 64 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.19 |
| HSL | 81.82º | 0.6% | 0.53% | - |
| HSV(B) | 81.82º | 0.69% | 0.81% | - |
| XYZ | 36.76 | 51.96 | 12.94 | - |
| YUV | 175.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 64 | 0.25 | 0 | 0.69 | 0.19 | 81.82 | 0.6 | 0.53 |
| Hex | 9B | CF | 40 | 19 | 0 | 45 | 13 | 52 | 3C | 35 |
| Octal | 233 | 317 | 100 | 31 | 0 | 105 | 23 | 122 | 74 | 65 |
| Binary | 10011011 | 11001111 | 1000000 | 11001 | 0 | 1000101 | 10011 | 1010010 | 111100 | 110101 |
Color Harmonies of #9BCF40
Complementary color
Monochromatic Colors of #9BCF40
Black with #9BCF40
Text Example
Text Example
White with #9BCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF40; }
p { color: rgb(155,207,64); }
H1.HeaderClassName
{
color: #9BCF40;
}
.AnyTagClassName
{
color: #9BCF40;
}
</style>
background-color css
<style>
a { background-color: #9BCF40; }
a { background-color: rgb(155,207,64); }
div.DivClassName
{
background-color: #9BCF40;
}
.BgClassName
{
background-color: #9BCF40;
}
</style>
border-color css
<style>
span { border-color: #9BCF40; }
span { border-color: rgb(155,207,64); }
td.TdClassName
{
border-color: #9BCF40;
}
.TagClassName
{
border-color: #9BCF40;
}
</style>