Shades of Atlantis #9DC254
Tints of Atlantis #9DC254
RGB
CMYK
RGB Variations
Color information
#9DC254 (or 0x9DC254) is known color: Atlantis. HEX triplet: 9D, C2 and 54. RGB value is (157,194,84). Sum of RGB (Red+Green+Blue) = 157+194+84=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC254 is #623DAB. Grayscale: #AAAAAA. Windows color (decimal): -6438316 or 5554845. OLE color: 5554845.
HSL color Cylindrical-coordinate representation of color #9DC254: hue angle of 80.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DC254 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 84 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.24 |
| HSL | 80.18º | 0.47% | 0.55% | - |
| HSV(B) | 80.18º | 0.57% | 0.76% | - |
| XYZ | 34.8 | 46.39 | 15.51 | - |
| YUV | 170.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 84 | 0.19 | 0 | 0.57 | 0.24 | 80.18 | 0.47 | 0.55 |
| Hex | 9D | C2 | 54 | 13 | 0 | 39 | 18 | 50 | 2F | 37 |
| Octal | 235 | 302 | 124 | 23 | 0 | 71 | 30 | 120 | 57 | 67 |
| Binary | 10011101 | 11000010 | 1010100 | 10011 | 0 | 111001 | 11000 | 1010000 | 101111 | 110111 |
Color Harmonies of #9DC254
Complementary color
Monochromatic Colors of #9DC254
Black with #9DC254
Text Example
Text Example
White with #9DC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC254; }
p { color: rgb(157,194,84); }
H1.HeaderClassName
{
color: #9DC254;
}
.AnyTagClassName
{
color: #9DC254;
}
</style>
background-color css
<style>
a { background-color: #9DC254; }
a { background-color: rgb(157,194,84); }
div.DivClassName
{
background-color: #9DC254;
}
.BgClassName
{
background-color: #9DC254;
}
</style>
border-color css
<style>
span { border-color: #9DC254; }
span { border-color: rgb(157,194,84); }
td.TdClassName
{
border-color: #9DC254;
}
.TagClassName
{
border-color: #9DC254;
}
</style>