Shades of Atlantis #9BCE38
Tints of Atlantis #9BCE38
RGB
CMYK
RGB Variations
Color information
#9BCE38 (or 0x9BCE38) is known color: Atlantis. HEX triplet: 9B, CE and 38. RGB value is (155,206,56). Sum of RGB (Red+Green+Blue) = 155+206+56=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCE38 is #6431C7. Grayscale: #AEAEAE. Windows color (decimal): -6566344 or 3722907. OLE color: 3722907.
HSL color Cylindrical-coordinate representation of color #9BCE38: hue angle of 80.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BCE38 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 56 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.19 |
| HSL | 80.4º | 0.6% | 0.51% | - |
| HSV(B) | 80.4º | 0.73% | 0.81% | - |
| XYZ | 36.3 | 51.4 | 11.75 | - |
| YUV | 173.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 56 | 0.25 | 0 | 0.73 | 0.19 | 80.4 | 0.6 | 0.51 |
| Hex | 9B | CE | 38 | 19 | 0 | 49 | 13 | 50 | 3C | 33 |
| Octal | 233 | 316 | 70 | 31 | 0 | 111 | 23 | 120 | 74 | 63 |
| Binary | 10011011 | 11001110 | 111000 | 11001 | 0 | 1001001 | 10011 | 1010000 | 111100 | 110011 |
Color Harmonies of #9BCE38
Complementary color
Monochromatic Colors of #9BCE38
Black with #9BCE38
Text Example
Text Example
White with #9BCE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCE38; }
p { color: rgb(155,206,56); }
H1.HeaderClassName
{
color: #9BCE38;
}
.AnyTagClassName
{
color: #9BCE38;
}
</style>
background-color css
<style>
a { background-color: #9BCE38; }
a { background-color: rgb(155,206,56); }
div.DivClassName
{
background-color: #9BCE38;
}
.BgClassName
{
background-color: #9BCE38;
}
</style>
border-color css
<style>
span { border-color: #9BCE38; }
span { border-color: rgb(155,206,56); }
td.TdClassName
{
border-color: #9BCE38;
}
.TagClassName
{
border-color: #9BCE38;
}
</style>