#42c094

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

Shades of Shamrock #42C094

Tints of Shamrock #42C094

Color information

#42C094 (or 0x42C094) is unknown color: approx Shamrock. HEX triplet: 42, C0 and 94. RGB value is (66,192,148). Sum of RGB (Red+Green+Blue) = 66+192+148=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #42C094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C094 is #BD3F6B. Grayscale: #959595. Windows color (decimal): -12402540 or 9748546. OLE color: 9748546.

HSL color Cylindrical-coordinate representation of color #42C094: hue angle of 159.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C094 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB66192148-
CMYK0.6600.230.25
HSL159.05º50%50.59%-
HSV(B)159.05º65.62%75.29%-
XYZ26.444134.54-
YUV149.31127.2668.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=16.26%
G=47.29%
B=36.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921480.6600.230.25159.055050.59
Hex42C09442017199f3233
Octal102300224102027312376263
Binary1000010110000001001010010000100101111100110011111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42c094; }

 p { color: rgb(66,192,148); }

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

<style>
 a { background-color: #42c094; }

 a { background-color: rgb(66,192,148); }

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

<style>
 span { border-color: #42c094; }

 span { border-color: rgb(66,192,148); }

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