Shades of Atlantis #9AD448
Tints of Atlantis #9AD448
RGB
CMYK
RGB Variations
Color information
#9AD448 (or 0x9AD448) is known color: Atlantis. HEX triplet: 9A, D4 and 48. RGB value is (154,212,72). Sum of RGB (Red+Green+Blue) = 154+212+72=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD448 is #652BB7. Grayscale: #B3B3B3. Windows color (decimal): -6630328 or 4773018. OLE color: 4773018.
HSL color Cylindrical-coordinate representation of color #9AD448: hue angle of 84.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AD448 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 72 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.17 |
| HSL | 84.86º | 0.62% | 0.56% | - |
| HSV(B) | 84.86º | 0.66% | 0.83% | - |
| XYZ | 38.04 | 54.42 | 14.63 | - |
| YUV | 178.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 72 | 0.27 | 0 | 0.66 | 0.17 | 84.86 | 0.62 | 0.56 |
| Hex | 9A | D4 | 48 | 1B | 0 | 42 | 11 | 55 | 3E | 38 |
| Octal | 232 | 324 | 110 | 33 | 0 | 102 | 21 | 125 | 76 | 70 |
| Binary | 10011010 | 11010100 | 1001000 | 11011 | 0 | 1000010 | 10001 | 1010101 | 111110 | 111000 |
Color Harmonies of #9AD448
Complementary color
Monochromatic Colors of #9AD448
Black with #9AD448
Text Example
Text Example
White with #9AD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD448; }
p { color: rgb(154,212,72); }
H1.HeaderClassName
{
color: #9AD448;
}
.AnyTagClassName
{
color: #9AD448;
}
</style>
background-color css
<style>
a { background-color: #9AD448; }
a { background-color: rgb(154,212,72); }
div.DivClassName
{
background-color: #9AD448;
}
.BgClassName
{
background-color: #9AD448;
}
</style>
border-color css
<style>
span { border-color: #9AD448; }
span { border-color: rgb(154,212,72); }
td.TdClassName
{
border-color: #9AD448;
}
.TagClassName
{
border-color: #9AD448;
}
</style>