#42C093

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

Shades of Shamrock #42C093

Tints of Shamrock #42C093

Color information

#42C093 (or 0x42C093) is unknown color: approx Shamrock. HEX triplet: 42, C0 and 93. RGB value is (66,192,147). Sum of RGB (Red+Green+Blue) = 66+192+147=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #42C093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C093 is #BD3F6C. Grayscale: #959595. Windows color (decimal): -12402541 or 9683010. OLE color: 9683010.

HSL color Cylindrical-coordinate representation of color #42C093: hue angle of 158.57º 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 #42C093 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB66192147-
CMYK0.6600.230.25
HSL158.57º50%50.59%-
HSV(B)158.57º65.62%75.29%-
XYZ26.3640.9634.12-
YUV149.2126.7668.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 192 (75.39% from 255) = 47.41%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=16.30%
G=47.41%
B=36.30%

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
Decimal661921470.6600.230.25158.575050.59
Hex42C09342017199f3233
Octal102300223102027312376263
Binary1000010110000001001001110000100101111100110011111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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