Shades of Atlantis #9AD14B
Tints of Atlantis #9AD14B
RGB
CMYK
RGB Variations
Color information
#9AD14B (or 0x9AD14B) is known color: Atlantis. HEX triplet: 9A, D1 and 4B. RGB value is (154,209,75). Sum of RGB (Red+Green+Blue) = 154+209+75=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD14B is #652EB4. Grayscale: #B1B1B1. Windows color (decimal): -6631093 or 4968858. OLE color: 4968858.
HSL color Cylindrical-coordinate representation of color #9AD14B: hue angle of 84.63º 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 #9AD14B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 75 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.18 |
| HSL | 84.63º | 0.59% | 0.56% | - |
| HSV(B) | 84.63º | 0.64% | 0.82% | - |
| XYZ | 37.4 | 52.98 | 14.91 | - |
| YUV | 177.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 75 | 0.26 | 0 | 0.64 | 0.18 | 84.63 | 0.59 | 0.56 |
| Hex | 9A | D1 | 4B | 1A | 0 | 40 | 12 | 55 | 3B | 38 |
| Octal | 232 | 321 | 113 | 32 | 0 | 100 | 22 | 125 | 73 | 70 |
| Binary | 10011010 | 11010001 | 1001011 | 11010 | 0 | 1000000 | 10010 | 1010101 | 111011 | 111000 |
Color Harmonies of #9AD14B
Complementary color
Monochromatic Colors of #9AD14B
Black with #9AD14B
Text Example
Text Example
White with #9AD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD14B; }
p { color: rgb(154,209,75); }
H1.HeaderClassName
{
color: #9AD14B;
}
.AnyTagClassName
{
color: #9AD14B;
}
</style>
background-color css
<style>
a { background-color: #9AD14B; }
a { background-color: rgb(154,209,75); }
div.DivClassName
{
background-color: #9AD14B;
}
.BgClassName
{
background-color: #9AD14B;
}
</style>
border-color css
<style>
span { border-color: #9AD14B; }
span { border-color: rgb(154,209,75); }
td.TdClassName
{
border-color: #9AD14B;
}
.TagClassName
{
border-color: #9AD14B;
}
</style>