Html Css Color HEX #14A161 Shamrock Green

📋 copy color: '#14A161'

red 20 ◦ green 161 ◦ blue 97

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

Shades of Shamrock Green #14A161

Tints of Shamrock Green #14A161

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.91%

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

R = 7.19%
G = 57.91%
B = 34.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#14A161 (or 0x14A161) is known color: Shamrock Green. HEX triplet: 14, A1 and 61. RGB value is (20,161,97). Sum of RGB (Red+Green+Blue) = 20+161+97=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #14A161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A161 is #EB5E9E. Grayscale: #6F6F6F. Windows color (decimal): -15425183 or 6398228. OLE color: 6398228.

HSL color Cylindrical-coordinate representation of color #14A161: hue angle of 152.77º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A161 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 161 97 -
CMYK 0.88 0 0.40 0.37
HSL 152.77º 0.78% 0.35% -
HSV(B) 152.77º 0.88% 0.63% -
XYZ 15.19 26.5 15.62 -
YUV 111.55 119.79 62.7 -
System Red Green Blue C M Y K H S L
Decimal 20 161 97 0.88 0 0.40 0.37 152.77 0.78 0.35
Hex 14 A1 61 58 0 28 25 99 4E 23
Octal 24 241 141 130 0 50 45 231 116 43
Binary 10100 10100001 1100001 1011000 0 101000 100101 10011001 1001110 100011

Color Harmonies of #14A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A161

Black with #14A161

Text Example


Text Example

White with #14A161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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