Shades of Atlantis #9ADE4C
Tints of Atlantis #9ADE4C
RGB
CMYK
RGB Variations
Color information
#9ADE4C (or 0x9ADE4C) is known color: Atlantis. HEX triplet: 9A, DE and 4C. RGB value is (154,222,76). Sum of RGB (Red+Green+Blue) = 154+222+76=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE4C is #6521B3. Grayscale: #B9B9B9. Windows color (decimal): -6627764 or 5037722. OLE color: 5037722.
HSL color Cylindrical-coordinate representation of color #9ADE4C: hue angle of 87.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ADE4C is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 76 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.13 |
| HSL | 87.95º | 0.69% | 0.58% | - |
| HSV(B) | 87.95º | 0.66% | 0.87% | - |
| XYZ | 40.75 | 59.63 | 16.2 | - |
| YUV | 185.02 | 66.47 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 76 | 0.31 | 0 | 0.66 | 0.13 | 87.95 | 0.69 | 0.58 |
| Hex | 9A | DE | 4C | 1F | 0 | 42 | D | 58 | 45 | 3A |
| Octal | 232 | 336 | 114 | 37 | 0 | 102 | 15 | 130 | 105 | 72 |
| Binary | 10011010 | 11011110 | 1001100 | 11111 | 0 | 1000010 | 1101 | 1011000 | 1000101 | 111010 |
Color Harmonies of #9ADE4C
Complementary color
Monochromatic Colors of #9ADE4C
Black with #9ADE4C
Text Example
Text Example
White with #9ADE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE4C; }
p { color: rgb(154,222,76); }
H1.HeaderClassName
{
color: #9ADE4C;
}
.AnyTagClassName
{
color: #9ADE4C;
}
</style>
background-color css
<style>
a { background-color: #9ADE4C; }
a { background-color: rgb(154,222,76); }
div.DivClassName
{
background-color: #9ADE4C;
}
.BgClassName
{
background-color: #9ADE4C;
}
</style>
border-color css
<style>
span { border-color: #9ADE4C; }
span { border-color: rgb(154,222,76); }
td.TdClassName
{
border-color: #9ADE4C;
}
.TagClassName
{
border-color: #9ADE4C;
}
</style>