Shades of Shamrock #2AF38C
Tints of Shamrock #2AF38C
RGB
CMYK
RGB Variations
Color information
#2AF38C (or 0x2AF38C) is known color: Shamrock. HEX triplet: 2A, F3 and 8C. RGB value is (42,243,140). Sum of RGB (Red+Green+Blue) = 42+243+140=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF38C is #D50C73. Grayscale: #ABABAB. Windows color (decimal): -13962356 or 9237290. OLE color: 9237290.
HSL color Cylindrical-coordinate representation of color #2AF38C: hue angle of 149.25º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF38C is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 140 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.05 |
| HSL | 149.25º | 0.89% | 0.56% | - |
| HSV(B) | 149.25º | 0.83% | 0.95% | - |
| XYZ | 37.74 | 66.49 | 35.66 | - |
| YUV | 171.16 | 110.41 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 140 | 0.83 | 0 | 0.42 | 0.05 | 149.25 | 0.89 | 0.56 |
| Hex | 2A | F3 | 8C | 53 | 0 | 2A | 5 | 95 | 59 | 38 |
| Octal | 52 | 363 | 214 | 123 | 0 | 52 | 5 | 225 | 131 | 70 |
| Binary | 101010 | 11110011 | 10001100 | 1010011 | 0 | 101010 | 101 | 10010101 | 1011001 | 111000 |
Color Harmonies of #2AF38C
Complementary color
Monochromatic Colors of #2AF38C
Black with #2AF38C
Text Example
Text Example
White with #2AF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF38C; }
p { color: rgb(42,243,140); }
H1.HeaderClassName
{
color: #2AF38C;
}
.AnyTagClassName
{
color: #2AF38C;
}
</style>
background-color css
<style>
a { background-color: #2AF38C; }
a { background-color: rgb(42,243,140); }
div.DivClassName
{
background-color: #2AF38C;
}
.BgClassName
{
background-color: #2AF38C;
}
</style>
border-color css
<style>
span { border-color: #2AF38C; }
span { border-color: rgb(42,243,140); }
td.TdClassName
{
border-color: #2AF38C;
}
.TagClassName
{
border-color: #2AF38C;
}
</style>