Html Css Color HEX #14965C Shamrock Green

📋 copy color: '#14965C'

red 20 ◦ green 150 ◦ blue 92

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

Shades of Shamrock Green #14965C

Tints of Shamrock Green #14965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.25%

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

R = 7.63%
G = 57.25%
B = 35.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#14965C (or 0x14965C) is known color: Shamrock Green. HEX triplet: 14, 96 and 5C. RGB value is (20,150,92). Sum of RGB (Red+Green+Blue) = 20+150+92=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #14965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14965C is #EB69A3. Grayscale: #686868. Windows color (decimal): -15428004 or 6067732. OLE color: 6067732.

HSL color Cylindrical-coordinate representation of color #14965C: hue angle of 153.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14965C is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 92 -
CMYK 0.87 0 0.39 0.41
HSL 153.23º 0.76% 0.33% -
HSV(B) 153.23º 0.87% 0.59% -
XYZ 13.13 22.73 13.82 -
YUV 104.52 120.93 67.72 -
System Red Green Blue C M Y K H S L
Decimal 20 150 92 0.87 0 0.39 0.41 153.23 0.76 0.33
Hex 14 96 5C 57 0 27 29 99 4C 21
Octal 24 226 134 127 0 47 51 231 114 41
Binary 10100 10010110 1011100 1010111 0 100111 101001 10011001 1001100 100001

Color Harmonies of #14965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14965C

Black with #14965C

Text Example


Text Example

White with #14965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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