Shades of Atlantis #9DD24B
Tints of Atlantis #9DD24B
RGB
CMYK
RGB Variations
Color information
#9DD24B (or 0x9DD24B) is known color: Atlantis. HEX triplet: 9D, D2 and 4B. RGB value is (157,210,75). Sum of RGB (Red+Green+Blue) = 157+210+75=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD24B is #622DB4. Grayscale: #B3B3B3. Windows color (decimal): -6434229 or 4969117. OLE color: 4969117.
HSL color Cylindrical-coordinate representation of color #9DD24B: hue angle of 83.56º 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 #9DD24B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 75 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.18 |
| HSL | 83.56º | 0.6% | 0.56% | - |
| HSV(B) | 83.56º | 0.64% | 0.82% | - |
| XYZ | 38.22 | 53.77 | 15.02 | - |
| YUV | 178.76 | 69.44 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 75 | 0.25 | 0 | 0.64 | 0.18 | 83.56 | 0.6 | 0.56 |
| Hex | 9D | D2 | 4B | 19 | 0 | 40 | 12 | 54 | 3C | 38 |
| Octal | 235 | 322 | 113 | 31 | 0 | 100 | 22 | 124 | 74 | 70 |
| Binary | 10011101 | 11010010 | 1001011 | 11001 | 0 | 1000000 | 10010 | 1010100 | 111100 | 111000 |
Color Harmonies of #9DD24B
Complementary color
Monochromatic Colors of #9DD24B
Black with #9DD24B
Text Example
Text Example
White with #9DD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD24B; }
p { color: rgb(157,210,75); }
H1.HeaderClassName
{
color: #9DD24B;
}
.AnyTagClassName
{
color: #9DD24B;
}
</style>
background-color css
<style>
a { background-color: #9DD24B; }
a { background-color: rgb(157,210,75); }
div.DivClassName
{
background-color: #9DD24B;
}
.BgClassName
{
background-color: #9DD24B;
}
</style>
border-color css
<style>
span { border-color: #9DD24B; }
span { border-color: rgb(157,210,75); }
td.TdClassName
{
border-color: #9DD24B;
}
.TagClassName
{
border-color: #9DD24B;
}
</style>