Shades of Shamrock #4ADC98
Tints of Shamrock #4ADC98
RGB
CMYK
RGB Variations
Color information
#4ADC98 (or 0x4ADC98) is known color: Shamrock. HEX triplet: 4A, DC and 98. RGB value is (74,220,152). Sum of RGB (Red+Green+Blue) = 74+220+152=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC98 is #B52367. Grayscale: #A8A8A8. Windows color (decimal): -11871080 or 10017866. OLE color: 10017866.
HSL color Cylindrical-coordinate representation of color #4ADC98: hue angle of 152.05º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC98 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 152 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.14 |
| HSL | 152.05º | 0.68% | 0.58% | - |
| HSV(B) | 152.05º | 0.66% | 0.86% | - |
| XYZ | 34.08 | 54.91 | 38.51 | - |
| YUV | 168.59 | 118.63 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 152 | 0.66 | 0 | 0.31 | 0.14 | 152.05 | 0.68 | 0.58 |
| Hex | 4A | DC | 98 | 42 | 0 | 1F | E | 98 | 44 | 3A |
| Octal | 112 | 334 | 230 | 102 | 0 | 37 | 16 | 230 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10011000 | 1000010 | 0 | 11111 | 1110 | 10011000 | 1000100 | 111010 |
Color Harmonies of #4ADC98
Complementary color
Monochromatic Colors of #4ADC98
Black with #4ADC98
Text Example
Text Example
White with #4ADC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC98; }
p { color: rgb(74,220,152); }
H1.HeaderClassName
{
color: #4ADC98;
}
.AnyTagClassName
{
color: #4ADC98;
}
</style>
background-color css
<style>
a { background-color: #4ADC98; }
a { background-color: rgb(74,220,152); }
div.DivClassName
{
background-color: #4ADC98;
}
.BgClassName
{
background-color: #4ADC98;
}
</style>
border-color css
<style>
span { border-color: #4ADC98; }
span { border-color: rgb(74,220,152); }
td.TdClassName
{
border-color: #4ADC98;
}
.TagClassName
{
border-color: #4ADC98;
}
</style>