Html Css Color HEX #14995C Shamrock Green

📋 copy color: '#14995C'

red 20 ◦ green 153 ◦ blue 92

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

Shades of Shamrock Green #14995C

Tints of Shamrock Green #14995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 7.55%
G = 57.74%
B = 34.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#14995C (or 0x14995C) is known color: Shamrock Green. HEX triplet: 14, 99 and 5C. RGB value is (20,153,92). Sum of RGB (Red+Green+Blue) = 20+153+92=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #14995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14995C is #EB66A3. Grayscale: #6A6A6A. Windows color (decimal): -15427236 or 6068500. OLE color: 6068500.

HSL color Cylindrical-coordinate representation of color #14995C: hue angle of 152.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14995C is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 92 -
CMYK 0.87 0 0.40 0.4
HSL 152.48º 0.77% 0.34% -
HSV(B) 152.48º 0.87% 0.6% -
XYZ 13.61 23.7 13.98 -
YUV 106.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 20 153 92 0.87 0 0.40 0.4 152.48 0.77 0.34
Hex 14 99 5C 57 0 28 28 98 4D 22
Octal 24 231 134 127 0 50 50 230 115 42
Binary 10100 10011001 1011100 1010111 0 101000 101000 10011000 1001101 100010

Color Harmonies of #14995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14995C

Black with #14995C

Text Example


Text Example

White with #14995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14995C; }

 p { color: rgb(20,153,92); }

 H1.HeaderClassName
 {
   color: #14995C;
 }
 .AnyTagClassName
 {
   color: #14995C;
 }
</style>

background-color css

<style>
 a { background-color: #14995C; }

 a { background-color: rgb(20,153,92); }

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

border-color css

<style>
 span { border-color: #14995C; }

 span { border-color: rgb(20,153,92); }

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