Shades of Atlantis #9AD641
Tints of Atlantis #9AD641
RGB
CMYK
RGB Variations
Color information
#9AD641 (or 0x9AD641) is known color: Atlantis. HEX triplet: 9A, D6 and 41. RGB value is (154,214,65). Sum of RGB (Red+Green+Blue) = 154+214+65=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD641 is #6529BE. Grayscale: #B3B3B3. Windows color (decimal): -6629823 or 4314778. OLE color: 4314778.
HSL color Cylindrical-coordinate representation of color #9AD641: hue angle of 84.16º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AD641 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 65 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.16 |
| HSL | 84.16º | 0.65% | 0.55% | - |
| HSV(B) | 84.16º | 0.7% | 0.84% | - |
| XYZ | 38.33 | 55.34 | 13.66 | - |
| YUV | 179.07 | 63.62 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 65 | 0.28 | 0 | 0.70 | 0.16 | 84.16 | 0.65 | 0.55 |
| Hex | 9A | D6 | 41 | 1C | 0 | 46 | 10 | 54 | 41 | 37 |
| Octal | 232 | 326 | 101 | 34 | 0 | 106 | 20 | 124 | 101 | 67 |
| Binary | 10011010 | 11010110 | 1000001 | 11100 | 0 | 1000110 | 10000 | 1010100 | 1000001 | 110111 |
Color Harmonies of #9AD641
Complementary color
Monochromatic Colors of #9AD641
Black with #9AD641
Text Example
Text Example
White with #9AD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD641; }
p { color: rgb(154,214,65); }
H1.HeaderClassName
{
color: #9AD641;
}
.AnyTagClassName
{
color: #9AD641;
}
</style>
background-color css
<style>
a { background-color: #9AD641; }
a { background-color: rgb(154,214,65); }
div.DivClassName
{
background-color: #9AD641;
}
.BgClassName
{
background-color: #9AD641;
}
</style>
border-color css
<style>
span { border-color: #9AD641; }
span { border-color: rgb(154,214,65); }
td.TdClassName
{
border-color: #9AD641;
}
.TagClassName
{
border-color: #9AD641;
}
</style>