Html Css Color HEX #14935A Shamrock Green

📋 copy color: '#14935A'

red 20 ◦ green 147 ◦ blue 90

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

Shades of Shamrock Green #14935A

Tints of Shamrock Green #14935A

RGB

 RED value IS 20 (8.2% from 255) = 7.78%

 GREEN value IS 147 (57.81% from 255) = 57.2%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 7.78%
G = 57.2%
B = 35.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#14935A (or 0x14935A) is known color: Shamrock Green. HEX triplet: 14, 93 and 5A. RGB value is (20,147,90). Sum of RGB (Red+Green+Blue) = 20+147+90=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #14935A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14935A is #EB6CA5. Grayscale: #666666. Windows color (decimal): -15428774 or 5935892. OLE color: 5935892.

HSL color Cylindrical-coordinate representation of color #14935A: hue angle of 153.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14935A is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 90 -
CMYK 0.86 0 0.39 0.42
HSL 153.07º 0.76% 0.33% -
HSV(B) 153.07º 0.86% 0.58% -
XYZ 12.57 21.75 13.21 -
YUV 102.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 20 147 90 0.86 0 0.39 0.42 153.07 0.76 0.33
Hex 14 93 5A 56 0 27 2A 99 4C 21
Octal 24 223 132 126 0 47 52 231 114 41
Binary 10100 10010011 1011010 1010110 0 100111 101010 10011001 1001100 100001

Color Harmonies of #14935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14935A

Black with #14935A

Text Example


Text Example

White with #14935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14935A; }

 p { color: rgb(20,147,90); }

 H1.HeaderClassName
 {
   color: #14935A;
 }
 .AnyTagClassName
 {
   color: #14935A;
 }
</style>

background-color css

<style>
 a { background-color: #14935A; }

 a { background-color: rgb(20,147,90); }

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

border-color css

<style>
 span { border-color: #14935A; }

 span { border-color: rgb(20,147,90); }

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