Html Css Color HEX #14945C Shamrock Green

📋 copy color: '#14945C'

red 20 ◦ green 148 ◦ blue 92

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

Shades of Shamrock Green #14945C

Tints of Shamrock Green #14945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.92%

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

R = 7.69%
G = 56.92%
B = 35.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#14945C (or 0x14945C) is known color: Shamrock Green. HEX triplet: 14, 94 and 5C. RGB value is (20,148,92). Sum of RGB (Red+Green+Blue) = 20+148+92=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #14945C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14945C is #EB6BA3. Grayscale: #676767. Windows color (decimal): -15428516 or 6067220. OLE color: 6067220.

HSL color Cylindrical-coordinate representation of color #14945C: hue angle of 153.75º 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 #14945C is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 92 -
CMYK 0.86 0 0.38 0.42
HSL 153.75º 0.76% 0.33% -
HSV(B) 153.75º 0.86% 0.58% -
XYZ 12.81 22.1 13.72 -
YUV 103.34 121.59 68.55 -
System Red Green Blue C M Y K H S L
Decimal 20 148 92 0.86 0 0.38 0.42 153.75 0.76 0.33
Hex 14 94 5C 56 0 26 2A 9A 4C 21
Octal 24 224 134 126 0 46 52 232 114 41
Binary 10100 10010100 1011100 1010110 0 100110 101010 10011010 1001100 100001

Color Harmonies of #14945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14945C

Black with #14945C

Text Example


Text Example

White with #14945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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