Shades of Shamrock #4ADF96
Tints of Shamrock #4ADF96
RGB
CMYK
RGB Variations
Color information
#4ADF96 (or 0x4ADF96) is known color: Shamrock. HEX triplet: 4A, DF and 96. RGB value is (74,223,150). Sum of RGB (Red+Green+Blue) = 74+223+150=447 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.55% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF96 is #B52069. Grayscale: #AAAAAA. Windows color (decimal): -11870314 or 9887562. OLE color: 9887562.
HSL color Cylindrical-coordinate representation of color #4ADF96: hue angle of 150.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF96 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 150 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.13 |
| HSL | 150.6º | 0.7% | 0.58% | - |
| HSV(B) | 150.6º | 0.67% | 0.87% | - |
| XYZ | 34.72 | 56.43 | 37.92 | - |
| YUV | 170.13 | 116.64 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 150 | 0.67 | 0 | 0.33 | 0.13 | 150.6 | 0.7 | 0.58 |
| Hex | 4A | DF | 96 | 43 | 0 | 21 | D | 97 | 46 | 3A |
| Octal | 112 | 337 | 226 | 103 | 0 | 41 | 15 | 227 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10010110 | 1000011 | 0 | 100001 | 1101 | 10010111 | 1000110 | 111010 |
Color Harmonies of #4ADF96
Complementary color
Monochromatic Colors of #4ADF96
Black with #4ADF96
Text Example
Text Example
White with #4ADF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF96; }
p { color: rgb(74,223,150); }
H1.HeaderClassName
{
color: #4ADF96;
}
.AnyTagClassName
{
color: #4ADF96;
}
</style>
background-color css
<style>
a { background-color: #4ADF96; }
a { background-color: rgb(74,223,150); }
div.DivClassName
{
background-color: #4ADF96;
}
.BgClassName
{
background-color: #4ADF96;
}
</style>
border-color css
<style>
span { border-color: #4ADF96; }
span { border-color: rgb(74,223,150); }
td.TdClassName
{
border-color: #4ADF96;
}
.TagClassName
{
border-color: #4ADF96;
}
</style>