Shades of Atlantis #9AD14C
Tints of Atlantis #9AD14C
RGB
CMYK
RGB Variations
Color information
#9AD14C (or 0x9AD14C) is known color: Atlantis. HEX triplet: 9A, D1 and 4C. RGB value is (154,209,76). Sum of RGB (Red+Green+Blue) = 154+209+76=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD14C is #652EB3. Grayscale: #B1B1B1. Windows color (decimal): -6631092 or 5034394. OLE color: 5034394.
HSL color Cylindrical-coordinate representation of color #9AD14C: hue angle of 84.81º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AD14C is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 76 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.18 |
| HSL | 84.81º | 0.59% | 0.56% | - |
| HSV(B) | 84.81º | 0.64% | 0.82% | - |
| XYZ | 37.43 | 52.99 | 15.09 | - |
| YUV | 177.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 76 | 0.26 | 0 | 0.64 | 0.18 | 84.81 | 0.59 | 0.56 |
| Hex | 9A | D1 | 4C | 1A | 0 | 40 | 12 | 55 | 3B | 38 |
| Octal | 232 | 321 | 114 | 32 | 0 | 100 | 22 | 125 | 73 | 70 |
| Binary | 10011010 | 11010001 | 1001100 | 11010 | 0 | 1000000 | 10010 | 1010101 | 111011 | 111000 |
Color Harmonies of #9AD14C
Complementary color
Monochromatic Colors of #9AD14C
Black with #9AD14C
Text Example
Text Example
White with #9AD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD14C; }
p { color: rgb(154,209,76); }
H1.HeaderClassName
{
color: #9AD14C;
}
.AnyTagClassName
{
color: #9AD14C;
}
</style>
background-color css
<style>
a { background-color: #9AD14C; }
a { background-color: rgb(154,209,76); }
div.DivClassName
{
background-color: #9AD14C;
}
.BgClassName
{
background-color: #9AD14C;
}
</style>
border-color css
<style>
span { border-color: #9AD14C; }
span { border-color: rgb(154,209,76); }
td.TdClassName
{
border-color: #9AD14C;
}
.TagClassName
{
border-color: #9AD14C;
}
</style>