Shades of Atlantis #9AD24B
Tints of Atlantis #9AD24B
RGB
CMYK
RGB Variations
Color information
#9AD24B (or 0x9AD24B) is known color: Atlantis. HEX triplet: 9A, D2 and 4B. RGB value is (154,210,75). Sum of RGB (Red+Green+Blue) = 154+210+75=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD24B is #652DB4. Grayscale: #B2B2B2. Windows color (decimal): -6630837 or 4969114. OLE color: 4969114.
HSL color Cylindrical-coordinate representation of color #9AD24B: hue angle of 84.89º degrees, saturation: 0.6, 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 #9AD24B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 75 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.18 |
| HSL | 84.89º | 0.6% | 0.56% | - |
| HSV(B) | 84.89º | 0.64% | 0.82% | - |
| XYZ | 37.64 | 53.47 | 14.99 | - |
| YUV | 177.87 | 69.95 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 75 | 0.27 | 0 | 0.64 | 0.18 | 84.89 | 0.6 | 0.56 |
| Hex | 9A | D2 | 4B | 1B | 0 | 40 | 12 | 55 | 3C | 38 |
| Octal | 232 | 322 | 113 | 33 | 0 | 100 | 22 | 125 | 74 | 70 |
| Binary | 10011010 | 11010010 | 1001011 | 11011 | 0 | 1000000 | 10010 | 1010101 | 111100 | 111000 |
Color Harmonies of #9AD24B
Complementary color
Monochromatic Colors of #9AD24B
Black with #9AD24B
Text Example
Text Example
White with #9AD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD24B; }
p { color: rgb(154,210,75); }
H1.HeaderClassName
{
color: #9AD24B;
}
.AnyTagClassName
{
color: #9AD24B;
}
</style>
background-color css
<style>
a { background-color: #9AD24B; }
a { background-color: rgb(154,210,75); }
div.DivClassName
{
background-color: #9AD24B;
}
.BgClassName
{
background-color: #9AD24B;
}
</style>
border-color css
<style>
span { border-color: #9AD24B; }
span { border-color: rgb(154,210,75); }
td.TdClassName
{
border-color: #9AD24B;
}
.TagClassName
{
border-color: #9AD24B;
}
</style>