Shades of Atlantis #9AD03B
Tints of Atlantis #9AD03B
RGB
CMYK
RGB Variations
Color information
#9AD03B (or 0x9AD03B) is known color: Atlantis. HEX triplet: 9A, D0 and 3B. RGB value is (154,208,59). Sum of RGB (Red+Green+Blue) = 154+208+59=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD03B is #652FC4. Grayscale: #AFAFAF. Windows color (decimal): -6631365 or 3920026. OLE color: 3920026.
HSL color Cylindrical-coordinate representation of color #9AD03B: hue angle of 81.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AD03B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 59 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.18 |
| HSL | 81.74º | 0.61% | 0.52% | - |
| HSV(B) | 81.74º | 0.72% | 0.82% | - |
| XYZ | 36.67 | 52.3 | 12.3 | - |
| YUV | 174.87 | 62.61 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 59 | 0.26 | 0 | 0.72 | 0.18 | 81.74 | 0.61 | 0.52 |
| Hex | 9A | D0 | 3B | 1A | 0 | 48 | 12 | 52 | 3D | 34 |
| Octal | 232 | 320 | 73 | 32 | 0 | 110 | 22 | 122 | 75 | 64 |
| Binary | 10011010 | 11010000 | 111011 | 11010 | 0 | 1001000 | 10010 | 1010010 | 111101 | 110100 |
Color Harmonies of #9AD03B
Complementary color
Monochromatic Colors of #9AD03B
Black with #9AD03B
Text Example
Text Example
White with #9AD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD03B; }
p { color: rgb(154,208,59); }
H1.HeaderClassName
{
color: #9AD03B;
}
.AnyTagClassName
{
color: #9AD03B;
}
</style>
background-color css
<style>
a { background-color: #9AD03B; }
a { background-color: rgb(154,208,59); }
div.DivClassName
{
background-color: #9AD03B;
}
.BgClassName
{
background-color: #9AD03B;
}
</style>
border-color css
<style>
span { border-color: #9AD03B; }
span { border-color: rgb(154,208,59); }
td.TdClassName
{
border-color: #9AD03B;
}
.TagClassName
{
border-color: #9AD03B;
}
</style>