Shades of Atlantis #9ADC34
Tints of Atlantis #9ADC34
RGB
CMYK
RGB Variations
Color information
#9ADC34 (or 0x9ADC34) is known color: Atlantis. HEX triplet: 9A, DC and 34. RGB value is (154,220,52). Sum of RGB (Red+Green+Blue) = 154+220+52=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC34 is #6523CB. Grayscale: #B5B5B5. Windows color (decimal): -6628300 or 3464346. OLE color: 3464346.
HSL color Cylindrical-coordinate representation of color #9ADC34: hue angle of 83.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9ADC34 is Cyan = 0.3, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 52 | - |
| CMYK | 0.3 | 0 | 0.76 | 0.14 |
| HSL | 83.57º | 0.71% | 0.53% | - |
| HSV(B) | 83.57º | 0.76% | 0.86% | - |
| XYZ | 39.54 | 58.3 | 12.42 | - |
| YUV | 181.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 52 | 0.3 | 0 | 0.76 | 0.14 | 83.57 | 0.71 | 0.53 |
| Hex | 9A | DC | 34 | 1E | 0 | 4C | E | 54 | 47 | 35 |
| Octal | 232 | 334 | 64 | 36 | 0 | 114 | 16 | 124 | 107 | 65 |
| Binary | 10011010 | 11011100 | 110100 | 11110 | 0 | 1001100 | 1110 | 1010100 | 1000111 | 110101 |
Color Harmonies of #9ADC34
Complementary color
Monochromatic Colors of #9ADC34
Black with #9ADC34
Text Example
Text Example
White with #9ADC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC34; }
p { color: rgb(154,220,52); }
H1.HeaderClassName
{
color: #9ADC34;
}
.AnyTagClassName
{
color: #9ADC34;
}
</style>
background-color css
<style>
a { background-color: #9ADC34; }
a { background-color: rgb(154,220,52); }
div.DivClassName
{
background-color: #9ADC34;
}
.BgClassName
{
background-color: #9ADC34;
}
</style>
border-color css
<style>
span { border-color: #9ADC34; }
span { border-color: rgb(154,220,52); }
td.TdClassName
{
border-color: #9ADC34;
}
.TagClassName
{
border-color: #9ADC34;
}
</style>