#1CCA95

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

Shades of Shamrock #1CCA95

Tints of Shamrock #1CCA95

Color information

#1CCA95 (or 0x1CCA95) is unknown color: approx Shamrock. HEX triplet: 1C, CA and 95. RGB value is (28,202,149). Sum of RGB (Red+Green+Blue) = 28+202+149=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA95 is #E3356A. Grayscale: #8F8F8F. Windows color (decimal): -14890347 or 9816604. OLE color: 9816604.

HSL color Cylindrical-coordinate representation of color #1CCA95: hue angle of 161.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA95 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB28202149-
CMYK0.8600.260.21
HSL161.72º75.65%45.1%-
HSV(B)161.72º86.14%79.22%-
XYZ27.0244.6635.63-
YUV143.93130.8545.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.39%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=7.39%
G=53.30%
B=39.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal282021490.8600.260.21161.7275.6545.1
Hex1CCA955601A15a24c2d
Octal343122251260322524211455
Binary111001100101010010101101011001101010101101000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,202,149); }

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

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

 a { background-color: rgb(28,202,149); }

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

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

 span { border-color: rgb(28,202,149); }

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