Shades of Atlantis #9BCE3E
Tints of Atlantis #9BCE3E
RGB
CMYK
RGB Variations
Color information
#9BCE3E (or 0x9BCE3E) is known color: Atlantis. HEX triplet: 9B, CE and 3E. RGB value is (155,206,62). Sum of RGB (Red+Green+Blue) = 155+206+62=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCE3E is #6431C1. Grayscale: #AEAEAE. Windows color (decimal): -6566338 or 4116123. OLE color: 4116123.
HSL color Cylindrical-coordinate representation of color #9BCE3E: hue angle of 81.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BCE3E is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 62 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.19 |
| HSL | 81.25º | 0.6% | 0.53% | - |
| HSV(B) | 81.25º | 0.7% | 0.81% | - |
| XYZ | 36.46 | 51.46 | 12.57 | - |
| YUV | 174.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 62 | 0.25 | 0 | 0.70 | 0.19 | 81.25 | 0.6 | 0.53 |
| Hex | 9B | CE | 3E | 19 | 0 | 46 | 13 | 51 | 3C | 35 |
| Octal | 233 | 316 | 76 | 31 | 0 | 106 | 23 | 121 | 74 | 65 |
| Binary | 10011011 | 11001110 | 111110 | 11001 | 0 | 1000110 | 10011 | 1010001 | 111100 | 110101 |
Color Harmonies of #9BCE3E
Complementary color
Monochromatic Colors of #9BCE3E
Black with #9BCE3E
Text Example
Text Example
White with #9BCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCE3E; }
p { color: rgb(155,206,62); }
H1.HeaderClassName
{
color: #9BCE3E;
}
.AnyTagClassName
{
color: #9BCE3E;
}
</style>
background-color css
<style>
a { background-color: #9BCE3E; }
a { background-color: rgb(155,206,62); }
div.DivClassName
{
background-color: #9BCE3E;
}
.BgClassName
{
background-color: #9BCE3E;
}
</style>
border-color css
<style>
span { border-color: #9BCE3E; }
span { border-color: rgb(155,206,62); }
td.TdClassName
{
border-color: #9BCE3E;
}
.TagClassName
{
border-color: #9BCE3E;
}
</style>