Shades of Shamrock #2ADDA5
Tints of Shamrock #2ADDA5
RGB
CMYK
RGB Variations
Color information
#2ADDA5 (or 0x2ADDA5) is known color: Shamrock. HEX triplet: 2A, DD and A5. RGB value is (42,221,165). Sum of RGB (Red+Green+Blue) = 42+221+165=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDA5 is #D5225A. Grayscale: #A1A1A1. Windows color (decimal): -13967963 or 10870058. OLE color: 10870058.
HSL color Cylindrical-coordinate representation of color #2ADDA5: hue angle of 161.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDA5 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 165 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.13 |
| HSL | 161.23º | 0.72% | 0.52% | - |
| HSV(B) | 161.23º | 0.81% | 0.87% | - |
| XYZ | 33.6 | 54.92 | 44.43 | - |
| YUV | 161.1 | 130.2 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 165 | 0.81 | 0 | 0.25 | 0.13 | 161.23 | 0.72 | 0.52 |
| Hex | 2A | DD | A5 | 51 | 0 | 19 | D | A1 | 48 | 34 |
| Octal | 52 | 335 | 245 | 121 | 0 | 31 | 15 | 241 | 110 | 64 |
| Binary | 101010 | 11011101 | 10100101 | 1010001 | 0 | 11001 | 1101 | 10100001 | 1001000 | 110100 |
Color Harmonies of #2ADDA5
Complementary color
Monochromatic Colors of #2ADDA5
Black with #2ADDA5
Text Example
Text Example
White with #2ADDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDA5; }
p { color: rgb(42,221,165); }
H1.HeaderClassName
{
color: #2ADDA5;
}
.AnyTagClassName
{
color: #2ADDA5;
}
</style>
background-color css
<style>
a { background-color: #2ADDA5; }
a { background-color: rgb(42,221,165); }
div.DivClassName
{
background-color: #2ADDA5;
}
.BgClassName
{
background-color: #2ADDA5;
}
</style>
border-color css
<style>
span { border-color: #2ADDA5; }
span { border-color: rgb(42,221,165); }
td.TdClassName
{
border-color: #2ADDA5;
}
.TagClassName
{
border-color: #2ADDA5;
}
</style>