#42D98A

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

Shades of Shamrock #42D98A

Tints of Shamrock #42D98A

Color information

#42D98A (or 0x42D98A) is unknown color: approx Shamrock. HEX triplet: 42, D9 and 8A. RGB value is (66,217,138). Sum of RGB (Red+Green+Blue) = 66+217+138=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #42D98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D98A is #BD2675. Grayscale: #A3A3A3. Windows color (decimal): -12396150 or 9099586. OLE color: 9099586.

HSL color Cylindrical-coordinate representation of color #42D98A: hue angle of 148.61º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D98A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB66217138-
CMYK0.7000.360.15
HSL148.61º66.52%55.49%-
HSV(B)148.61º69.59%85.1%-
XYZ31.6552.6232.53-
YUV162.84113.9758.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 217 (85.16% from 255) = 51.54%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=15.68%
G=51.54%
B=32.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171380.7000.360.15148.6166.5255.49
Hex42D98A46024F954337
Octal1023312121060441722510367
Binary10000101101100110001010100011001001001111100101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,138); }

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

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

 a { background-color: rgb(66,217,138); }

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

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

 span { border-color: rgb(66,217,138); }

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