Shades of Shamrock #1CCA90
Tints of Shamrock #1CCA90
RGB
CMYK
RGB Variations
Color information
#1CCA90 (or 0x1CCA90) is known color: Shamrock. HEX triplet: 1C, CA and 90. RGB value is (28,202,144). Sum of RGB (Red+Green+Blue) = 28+202+144=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA90 is #E3356F. Grayscale: #8F8F8F. Windows color (decimal): -14890352 or 9488924. OLE color: 9488924.
HSL color Cylindrical-coordinate representation of color #1CCA90: hue angle of 160º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA90 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 144 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.21 |
| HSL | 160º | 0.76% | 0.45% | - |
| HSV(B) | 160º | 0.86% | 0.79% | - |
| XYZ | 26.63 | 44.5 | 33.57 | - |
| YUV | 143.36 | 128.35 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 144 | 0.86 | 0 | 0.29 | 0.21 | 160 | 0.76 | 0.45 |
| Hex | 1C | CA | 90 | 56 | 0 | 1D | 15 | A0 | 4C | 2D |
| Octal | 34 | 312 | 220 | 126 | 0 | 35 | 25 | 240 | 114 | 55 |
| Binary | 11100 | 11001010 | 10010000 | 1010110 | 0 | 11101 | 10101 | 10100000 | 1001100 | 101101 |
Color Harmonies of #1CCA90
Complementary color
Monochromatic Colors of #1CCA90
Black with #1CCA90
Text Example
Text Example
White with #1CCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA90; }
p { color: rgb(28,202,144); }
H1.HeaderClassName
{
color: #1CCA90;
}
.AnyTagClassName
{
color: #1CCA90;
}
</style>
background-color css
<style>
a { background-color: #1CCA90; }
a { background-color: rgb(28,202,144); }
div.DivClassName
{
background-color: #1CCA90;
}
.BgClassName
{
background-color: #1CCA90;
}
</style>
border-color css
<style>
span { border-color: #1CCA90; }
span { border-color: rgb(28,202,144); }
td.TdClassName
{
border-color: #1CCA90;
}
.TagClassName
{
border-color: #1CCA90;
}
</style>