Html Css Color HEX #20E094 Shamrock

📋 copy color: '#20E094'

red 32 ◦ green 224 ◦ blue 148

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

Shades of Shamrock #20E094

Tints of Shamrock #20E094

RGB

 RED value IS 32 (12.89% from 255) = 7.92%

 GREEN value IS 224 (87.89% from 255) = 55.45%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 7.92%
G = 55.45%
B = 36.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#20E094 (or 0x20E094) is known color: Shamrock. HEX triplet: 20, E0 and 94. RGB value is (32,224,148). Sum of RGB (Red+Green+Blue) = 32+224+148=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #20E094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E094 is #DF1F6B. Grayscale: #9E9E9E. Windows color (decimal): -14622572 or 9756704. OLE color: 9756704.

HSL color Cylindrical-coordinate representation of color #20E094: hue angle of 156.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E094 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 224 148 -
CMYK 0.86 0 0.34 0.12
HSL 156.25º 0.76% 0.5% -
HSV(B) 156.25º 0.86% 0.88% -
XYZ 32.6 55.76 37.06 -
YUV 157.93 122.39 38.18 -
System Red Green Blue C M Y K H S L
Decimal 32 224 148 0.86 0 0.34 0.12 156.25 0.76 0.5
Hex 20 E0 94 56 0 22 C 9C 4C 32
Octal 40 340 224 126 0 42 14 234 114 62
Binary 100000 11100000 10010100 1010110 0 100010 1100 10011100 1001100 110010

Color Harmonies of #20E094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E094

Black with #20E094

Text Example


Text Example

White with #20E094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20E094; }

 p { color: rgb(32,224,148); }

 H1.HeaderClassName
 {
   color: #20E094;
 }
 .AnyTagClassName
 {
   color: #20E094;
 }
</style>

background-color css

<style>
 a { background-color: #20E094; }

 a { background-color: rgb(32,224,148); }

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

border-color css

<style>
 span { border-color: #20E094; }

 span { border-color: rgb(32,224,148); }

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