#1CCF97

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

Shades of Shamrock #1CCF97

Tints of Shamrock #1CCF97

Color information

#1CCF97 (or 0x1CCF97) is unknown color: approx Shamrock. HEX triplet: 1C, CF and 97. RGB value is (28,207,151). Sum of RGB (Red+Green+Blue) = 28+207+151=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCF97 is #E33068. Grayscale: #939393. Windows color (decimal): -14889065 or 9948956. OLE color: 9948956.

HSL color Cylindrical-coordinate representation of color #1CCF97: hue angle of 161.23º 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 #1CCF97 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB28207151-
CMYK0.8600.270.19
HSL161.23º76.17%46.08%-
HSV(B)161.23º86.47%81.18%-
XYZ28.3847.1136.88-
YUV147.09130.243.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 207 (81.25% from 255) = 53.63%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=7.25%
G=53.63%
B=39.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal282071510.8600.270.19161.2376.1746.08
Hex1CCF975601B13a14c2e
Octal343172271260332324111456
Binary111001100111110010111101011001101110011101000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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