Shades of Atlantis #9AD04B
Tints of Atlantis #9AD04B
RGB
CMYK
RGB Variations
Color information
#9AD04B (or 0x9AD04B) is known color: Atlantis. HEX triplet: 9A, D0 and 4B. RGB value is (154,208,75). Sum of RGB (Red+Green+Blue) = 154+208+75=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD04B is #652FB4. Grayscale: #B1B1B1. Windows color (decimal): -6631349 or 4968602. OLE color: 4968602.
HSL color Cylindrical-coordinate representation of color #9AD04B: hue angle of 84.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AD04B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 75 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.18 |
| HSL | 84.36º | 0.59% | 0.55% | - |
| HSV(B) | 84.36º | 0.64% | 0.82% | - |
| XYZ | 37.15 | 52.49 | 14.83 | - |
| YUV | 176.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 75 | 0.26 | 0 | 0.64 | 0.18 | 84.36 | 0.59 | 0.55 |
| Hex | 9A | D0 | 4B | 1A | 0 | 40 | 12 | 54 | 3B | 37 |
| Octal | 232 | 320 | 113 | 32 | 0 | 100 | 22 | 124 | 73 | 67 |
| Binary | 10011010 | 11010000 | 1001011 | 11010 | 0 | 1000000 | 10010 | 1010100 | 111011 | 110111 |
Color Harmonies of #9AD04B
Complementary color
Monochromatic Colors of #9AD04B
Black with #9AD04B
Text Example
Text Example
White with #9AD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD04B; }
p { color: rgb(154,208,75); }
H1.HeaderClassName
{
color: #9AD04B;
}
.AnyTagClassName
{
color: #9AD04B;
}
</style>
background-color css
<style>
a { background-color: #9AD04B; }
a { background-color: rgb(154,208,75); }
div.DivClassName
{
background-color: #9AD04B;
}
.BgClassName
{
background-color: #9AD04B;
}
</style>
border-color css
<style>
span { border-color: #9AD04B; }
span { border-color: rgb(154,208,75); }
td.TdClassName
{
border-color: #9AD04B;
}
.TagClassName
{
border-color: #9AD04B;
}
</style>