#1CDD8E

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

Shades of Shamrock #1CDD8E

Tints of Shamrock #1CDD8E

Color information

#1CDD8E (or 0x1CDD8E) is unknown color: approx Shamrock. HEX triplet: 1C, DD and 8E. RGB value is (28,221,142). Sum of RGB (Red+Green+Blue) = 28+221+142=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDD8E is #E32271. Grayscale: #9A9A9A. Windows color (decimal): -14885490 or 9362716. OLE color: 9362716.

HSL color Cylindrical-coordinate representation of color #1CDD8E: hue angle of 155.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD8E is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB28221142-
CMYK0.8700.360.13
HSL155.44º77.51%48.82%-
HSV(B)155.44º87.33%86.67%-
XYZ31.2253.9134.35-
YUV154.29121.0637.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.16%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=7.16%
G=56.52%
B=36.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282211420.8700.360.13155.4477.5148.82
Hex1CDD8E57024D9b4e31
Octal343352161270441523311661
Binary111001101110110001110101011101001001101100110111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,221,142); }

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

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

 a { background-color: rgb(28,221,142); }

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

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

 span { border-color: rgb(28,221,142); }

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