Html Css Color HEX #42C090 Shamrock

📋 copy color: '#42C090'

red 66 ◦ green 192 ◦ blue 144

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

Shades of Shamrock #42C090

Tints of Shamrock #42C090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 16.42%
G = 47.76%
B = 35.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#42C090 (or 0x42C090) is known color: Shamrock. HEX triplet: 42, C0 and 90. RGB value is (66,192,144). Sum of RGB (Red+Green+Blue) = 66+192+144=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #42C090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C090 is #BD3F6F. Grayscale: #949494. Windows color (decimal): -12402544 or 9486402. OLE color: 9486402.

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

Color convert

RGB 66 192 144 -
CMYK 0.66 0 0.25 0.25
HSL 157.14º 0.5% 0.51% -
HSV(B) 157.14º 0.66% 0.75% -
XYZ 26.13 40.87 32.9 -
YUV 148.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 66 192 144 0.66 0 0.25 0.25 157.14 0.5 0.51
Hex 42 C0 90 42 0 19 19 9D 32 33
Octal 102 300 220 102 0 31 31 235 62 63
Binary 1000010 11000000 10010000 1000010 0 11001 11001 10011101 110010 110011

Color Harmonies of #42C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C090

Black with #42C090

Text Example


Text Example

White with #42C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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