Html Css Color HEX #42C99C Shamrock

📋 copy color: '#42C99C'

red 66 ◦ green 201 ◦ blue 156

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

Shades of Shamrock #42C99C

Tints of Shamrock #42C99C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 15.6%
G = 47.52%
B = 36.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#42C99C (or 0x42C99C) is known color: Shamrock. HEX triplet: 42, C9 and 9C. RGB value is (66,201,156). Sum of RGB (Red+Green+Blue) = 66+201+156=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #42C99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C99C is #BD3663. Grayscale: #9B9B9B. Windows color (decimal): -12400228 or 10275138. OLE color: 10275138.

HSL color Cylindrical-coordinate representation of color #42C99C: hue angle of 160º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C99C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 156 -
CMYK 0.67 0 0.22 0.21
HSL 160º 0.56% 0.52% -
HSV(B) 160º 0.67% 0.79% -
XYZ 29.13 45.33 38.67 -
YUV 155.51 128.27 64.16 -
System Red Green Blue C M Y K H S L
Decimal 66 201 156 0.67 0 0.22 0.21 160 0.56 0.52
Hex 42 C9 9C 43 0 16 15 A0 38 34
Octal 102 311 234 103 0 26 25 240 70 64
Binary 1000010 11001001 10011100 1000011 0 10110 10101 10100000 111000 110100

Color Harmonies of #42C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C99C

Black with #42C99C

Text Example


Text Example

White with #42C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,156); }

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

background-color css

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

 a { background-color: rgb(66,201,156); }

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

border-color css

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

 span { border-color: rgb(66,201,156); }

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