#1CD986

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

Shades of Shamrock #1CD986

Tints of Shamrock #1CD986

Color information

#1CD986 (or 0x1CD986) is unknown color: approx Shamrock. HEX triplet: 1C, D9 and 86. RGB value is (28,217,134). Sum of RGB (Red+Green+Blue) = 28+217+134=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD986 is #E32679. Grayscale: #979797. Windows color (decimal): -14886522 or 8837404. OLE color: 8837404.

HSL color Cylindrical-coordinate representation of color #1CD986: hue angle of 153.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD986 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB28217134-
CMYK0.8700.380.15
HSL153.65º77.14%48.04%-
HSV(B)153.65º87.1%85.1%-
XYZ29.5951.5930.95-
YUV151.03118.3840.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.39%
GREEN value IS 217 (85.16% from 255) = 57.26%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=7.39%
G=57.26%
B=35.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal282171340.8700.380.15153.6577.1448.04
Hex1CD98657026F9a4d30
Octal343312061270461723211560
Binary111001101100110000110101011101001101111100110101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,217,134); }

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

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

 a { background-color: rgb(28,217,134); }

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

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

 span { border-color: rgb(28,217,134); }

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