#1CE0A0

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

Shades of Shamrock #1CE0A0

Tints of Shamrock #1CE0A0

Color information

#1CE0A0 (or 0x1CE0A0) is unknown color: approx Shamrock. HEX triplet: 1C, E0 and A0. RGB value is (28,224,160). Sum of RGB (Red+Green+Blue) = 28+224+160=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE0A0 is #E31F5F. Grayscale: #9E9E9E. Windows color (decimal): -14884704 or 10543132. OLE color: 10543132.

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

Color convert

RGB28224160-
CMYK0.8800.290.12
HSL160.41º77.78%49.41%-
HSV(B)160.41º87.5%87.84%-
XYZ33.4856.142.32-
YUV158.1129.0735.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.80%
GREEN value IS 224 (87.89% from 255) = 54.37%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=6.80%
G=54.37%
B=38.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal282241600.8800.290.12160.4177.7849.41
Hex1CE0A05801DCa04e31
Octal343402401300351424011661
Binary11100111000001010000010110000111011100101000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,224,160); }

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

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

 a { background-color: rgb(28,224,160); }

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

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

 span { border-color: rgb(28,224,160); }

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