#1CCF8A

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

Shades of Shamrock #1CCF8A

Tints of Shamrock #1CCF8A

Color information

#1CCF8A (or 0x1CCF8A) is unknown color: approx Shamrock. HEX triplet: 1C, CF and 8A. RGB value is (28,207,138). Sum of RGB (Red+Green+Blue) = 28+207+138=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCF8A is #E33075. Grayscale: #919191. Windows color (decimal): -14889078 or 9096988. OLE color: 9096988.

HSL color Cylindrical-coordinate representation of color #1CCF8A: hue angle of 156.87º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF8A is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB28207138-
CMYK0.8600.330.19
HSL156.87º76.17%46.08%-
HSV(B)156.87º86.47%81.18%-
XYZ27.3846.7131.62-
YUV145.61123.744.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.51%
GREEN value IS 207 (81.25% from 255) = 55.50%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=7.51%
G=55.50%
B=37.00%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal282071380.8600.330.19156.8776.1746.08
Hex1CCF8A56021139d4c2e
Octal343172121260412323511456
Binary1110011001111100010101010110010000110011100111011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,207,138); }

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

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

 a { background-color: rgb(28,207,138); }

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

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

 span { border-color: rgb(28,207,138); }

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