Shades of Atlantis #9ADE4E
Tints of Atlantis #9ADE4E
RGB
CMYK
RGB Variations
Color information
#9ADE4E (or 0x9ADE4E) is known color: Atlantis. HEX triplet: 9A, DE and 4E. RGB value is (154,222,78). Sum of RGB (Red+Green+Blue) = 154+222+78=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE4E is #6521B1. Grayscale: #B9B9B9. Windows color (decimal): -6627762 or 5168794. OLE color: 5168794.
HSL color Cylindrical-coordinate representation of color #9ADE4E: hue angle of 88.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ADE4E is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 78 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.13 |
| HSL | 88.33º | 0.69% | 0.59% | - |
| HSV(B) | 88.33º | 0.65% | 0.87% | - |
| XYZ | 40.82 | 59.66 | 16.57 | - |
| YUV | 185.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 78 | 0.31 | 0 | 0.65 | 0.13 | 88.33 | 0.69 | 0.59 |
| Hex | 9A | DE | 4E | 1F | 0 | 41 | D | 58 | 45 | 3B |
| Octal | 232 | 336 | 116 | 37 | 0 | 101 | 15 | 130 | 105 | 73 |
| Binary | 10011010 | 11011110 | 1001110 | 11111 | 0 | 1000001 | 1101 | 1011000 | 1000101 | 111011 |
Color Harmonies of #9ADE4E
Complementary color
Monochromatic Colors of #9ADE4E
Black with #9ADE4E
Text Example
Text Example
White with #9ADE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE4E; }
p { color: rgb(154,222,78); }
H1.HeaderClassName
{
color: #9ADE4E;
}
.AnyTagClassName
{
color: #9ADE4E;
}
</style>
background-color css
<style>
a { background-color: #9ADE4E; }
a { background-color: rgb(154,222,78); }
div.DivClassName
{
background-color: #9ADE4E;
}
.BgClassName
{
background-color: #9ADE4E;
}
</style>
border-color css
<style>
span { border-color: #9ADE4E; }
span { border-color: rgb(154,222,78); }
td.TdClassName
{
border-color: #9ADE4E;
}
.TagClassName
{
border-color: #9ADE4E;
}
</style>