Html Css Color HEX #42C099 Shamrock

📋 copy color: '#42C099'

red 66 ◦ green 192 ◦ blue 153

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

Shades of Shamrock #42C099

Tints of Shamrock #42C099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 16.06%
G = 46.72%
B = 37.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#42C099 (or 0x42C099) is known color: Shamrock. HEX triplet: 42, C0 and 99. RGB value is (66,192,153). Sum of RGB (Red+Green+Blue) = 66+192+153=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #42C099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C099 is #BD3F66. Grayscale: #959595. Windows color (decimal): -12402535 or 10076226. OLE color: 10076226.

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

Color convert

RGB 66 192 153 -
CMYK 0.66 0 0.20 0.25
HSL 161.43º 0.5% 0.51% -
HSV(B) 161.43º 0.66% 0.75% -
XYZ 26.85 41.16 36.67 -
YUV 149.88 129.76 68.17 -
System Red Green Blue C M Y K H S L
Decimal 66 192 153 0.66 0 0.20 0.25 161.43 0.5 0.51
Hex 42 C0 99 42 0 14 19 A1 32 33
Octal 102 300 231 102 0 24 31 241 62 63
Binary 1000010 11000000 10011001 1000010 0 10100 11001 10100001 110010 110011

Color Harmonies of #42C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C099

Black with #42C099

Text Example


Text Example

White with #42C099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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