Html Css Color HEX #14965A Shamrock Green

📋 copy color: '#14965A'

red 20 ◦ green 150 ◦ blue 90

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

Shades of Shamrock Green #14965A

Tints of Shamrock Green #14965A

RGB

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

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

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

R = 7.69%
G = 57.69%
B = 34.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#14965A (or 0x14965A) is known color: Shamrock Green. HEX triplet: 14, 96 and 5A. RGB value is (20,150,90). Sum of RGB (Red+Green+Blue) = 20+150+90=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #14965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14965A is #EB69A5. Grayscale: #686868. Windows color (decimal): -15428006 or 5936660. OLE color: 5936660.

HSL color Cylindrical-coordinate representation of color #14965A: hue angle of 152.31º 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 #14965A is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 90 -
CMYK 0.87 0 0.4 0.41
HSL 152.31º 0.76% 0.33% -
HSV(B) 152.31º 0.87% 0.59% -
XYZ 13.04 22.7 13.37 -
YUV 104.29 119.93 67.88 -
System Red Green Blue C M Y K H S L
Decimal 20 150 90 0.87 0 0.4 0.41 152.31 0.76 0.33
Hex 14 96 5A 57 0 28 29 98 4C 21
Octal 24 226 132 127 0 50 51 230 114 41
Binary 10100 10010110 1011010 1010111 0 101000 101001 10011000 1001100 100001

Color Harmonies of #14965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14965A

Black with #14965A

Text Example


Text Example

White with #14965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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