Html Css Color HEX #14955A Shamrock Green

📋 copy color: '#14955A'

red 20 ◦ green 149 ◦ blue 90

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

Shades of Shamrock Green #14955A

Tints of Shamrock Green #14955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.53%

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

R = 7.72%
G = 57.53%
B = 34.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#14955A (or 0x14955A) is known color: Shamrock Green. HEX triplet: 14, 95 and 5A. RGB value is (20,149,90). Sum of RGB (Red+Green+Blue) = 20+149+90=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #14955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14955A is #EB6AA5. Grayscale: #676767. Windows color (decimal): -15428262 or 5936404. OLE color: 5936404.

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

Color convert

RGB 20 149 90 -
CMYK 0.87 0 0.40 0.42
HSL 152.56º 0.76% 0.33% -
HSV(B) 152.56º 0.87% 0.58% -
XYZ 12.88 22.38 13.31 -
YUV 103.7 120.26 68.3 -
System Red Green Blue C M Y K H S L
Decimal 20 149 90 0.87 0 0.40 0.42 152.56 0.76 0.33
Hex 14 95 5A 57 0 28 2A 99 4C 21
Octal 24 225 132 127 0 50 52 231 114 41
Binary 10100 10010101 1011010 1010111 0 101000 101010 10011001 1001100 100001

Color Harmonies of #14955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14955A

Black with #14955A

Text Example


Text Example

White with #14955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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