Html Css Color HEX #14A861 Shamrock Green

📋 copy color: '#14A861'

red 20 ◦ green 168 ◦ blue 97

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

Shades of Shamrock Green #14A861

Tints of Shamrock Green #14A861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.95%

 BLUE value IS 97 (38.28% from 255) = 34.04%

R = 7.02%
G = 58.95%
B = 34.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#14A861 (or 0x14A861) is known color: Shamrock Green. HEX triplet: 14, A8 and 61. RGB value is (20,168,97). Sum of RGB (Red+Green+Blue) = 20+168+97=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #14A861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A861 is #EB579E. Grayscale: #737373. Windows color (decimal): -15423391 or 6400020. OLE color: 6400020.

HSL color Cylindrical-coordinate representation of color #14A861: hue angle of 151.22º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A861 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 168 97 -
CMYK 0.88 0 0.42 0.34
HSL 151.22º 0.79% 0.37% -
HSV(B) 151.22º 0.88% 0.66% -
XYZ 16.45 29.02 16.04 -
YUV 115.65 117.47 59.77 -
System Red Green Blue C M Y K H S L
Decimal 20 168 97 0.88 0 0.42 0.34 151.22 0.79 0.37
Hex 14 A8 61 58 0 2A 22 97 4F 25
Octal 24 250 141 130 0 52 42 227 117 45
Binary 10100 10101000 1100001 1011000 0 101010 100010 10010111 1001111 100101

Color Harmonies of #14A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A861

Black with #14A861

Text Example


Text Example

White with #14A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A861; }

 p { color: rgb(20,168,97); }

 H1.HeaderClassName
 {
   color: #14A861;
 }
 .AnyTagClassName
 {
   color: #14A861;
 }
</style>

background-color css

<style>
 a { background-color: #14A861; }

 a { background-color: rgb(20,168,97); }

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

border-color css

<style>
 span { border-color: #14A861; }

 span { border-color: rgb(20,168,97); }

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