Html Css Color HEX #42C095 Shamrock

📋 copy color: '#42C095'

red 66 ◦ green 192 ◦ blue 149

#42C095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #42C095

Tints of Shamrock #42C095

RGB

 RED value IS 66 (26.17% from 255) = 16.22%

 GREEN value IS 192 (75.39% from 255) = 47.17%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 16.22%
G = 47.17%
B = 36.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#42C095 (or 0x42C095) is known color: Shamrock. HEX triplet: 42, C0 and 95. RGB value is (66,192,149). Sum of RGB (Red+Green+Blue) = 66+192+149=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #42C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C095 is #BD3F6A. Grayscale: #959595. Windows color (decimal): -12402539 or 9814082. OLE color: 9814082.

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

Color convert

RGB 66 192 149 -
CMYK 0.66 0 0.22 0.25
HSL 159.52º 0.5% 0.51% -
HSV(B) 159.52º 0.66% 0.75% -
XYZ 26.52 41.03 34.96 -
YUV 149.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 66 192 149 0.66 0 0.22 0.25 159.52 0.5 0.51
Hex 42 C0 95 42 0 16 19 A0 32 33
Octal 102 300 225 102 0 26 31 240 62 63
Binary 1000010 11000000 10010101 1000010 0 10110 11001 10100000 110010 110011

Color Harmonies of #42C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C095

Black with #42C095

Text Example


Text Example

White with #42C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42C095;
 }
 .AnyTagClassName
 {
   color: #42C095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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