Html Css Color HEX #42BA90 Shamrock

📋 copy color: '#42BA90'

red 66 ◦ green 186 ◦ blue 144

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

Shades of Shamrock #42BA90

Tints of Shamrock #42BA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 16.67%
G = 46.97%
B = 36.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#42BA90 (or 0x42BA90) is known color: Shamrock. HEX triplet: 42, BA and 90. RGB value is (66,186,144). Sum of RGB (Red+Green+Blue) = 66+186+144=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA90 is #BD456F. Grayscale: #919191. Windows color (decimal): -12404080 or 9484866. OLE color: 9484866.

HSL color Cylindrical-coordinate representation of color #42BA90: hue angle of 159º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA90 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 144 -
CMYK 0.65 0 0.23 0.27
HSL 159º 0.48% 0.49% -
HSV(B) 159º 0.65% 0.73% -
XYZ 24.84 38.29 32.47 -
YUV 145.33 127.24 71.42 -
System Red Green Blue C M Y K H S L
Decimal 66 186 144 0.65 0 0.23 0.27 159 0.48 0.49
Hex 42 BA 90 41 0 17 1B 9F 30 31
Octal 102 272 220 101 0 27 33 237 60 61
Binary 1000010 10111010 10010000 1000001 0 10111 11011 10011111 110000 110001

Color Harmonies of #42BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA90

Black with #42BA90

Text Example


Text Example

White with #42BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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