#1CD492

Color #1CD492 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #1CD492

Tints of Shamrock #1CD492

Color information

#1CD492 (or 0x1CD492) is unknown color: approx Shamrock. HEX triplet: 1C, D4 and 92. RGB value is (28,212,146). Sum of RGB (Red+Green+Blue) = 28+212+146=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD492 is #E32B6D. Grayscale: #959595. Windows color (decimal): -14887790 or 9622556. OLE color: 9622556.

HSL color Cylindrical-coordinate representation of color #1CD492: hue angle of 158.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD492 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB28212146-
CMYK0.8700.310.17
HSL158.48º76.67%47.06%-
HSV(B)158.48º86.79%83.14%-
XYZ29.2149.4135.19-
YUV149.46126.0441.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 212 (83.20% from 255) = 54.92%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=7.25%
G=54.92%
B=37.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal282121460.8700.310.17158.4876.6747.06
Hex1CD4925701F119e4d2f
Octal343242221270372123611557
Binary111001101010010010010101011101111110001100111101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CD492; }

 p { color: rgb(28,212,146); }

 H1.HeaderClassName
 {
   color: #1CD492;
 }
 .AnyTagClassName
 {
   color: #1CD492;
 }
</style>
background-color css

<style>
 a { background-color: #1CD492; }

 a { background-color: rgb(28,212,146); }

 div.DivClassName
 {
   background-color: #1CD492;
 }
 .BgClassName
 {
   background-color: #1CD492;
 }
</style>
border-color css

<style>
 span { border-color: #1CD492; }

 span { border-color: rgb(28,212,146); }

 td.TdClassName
 {
   border-color: #1CD492;
 }
 .TagClassName
 {
   border-color: #1CD492;
 }
</style>