Html Css Color HEX #149359 Shamrock Green

📋 copy color: '#149359'

red 20 ◦ green 147 ◦ blue 89

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

Shades of Shamrock Green #149359

Tints of Shamrock Green #149359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.42%

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 7.81%
G = 57.42%
B = 34.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#149359 (or 0x149359) is known color: Shamrock Green. HEX triplet: 14, 93 and 59. RGB value is (20,147,89). Sum of RGB (Red+Green+Blue) = 20+147+89=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #149359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149359 is #EB6CA6. Grayscale: #666666. Windows color (decimal): -15428775 or 5870356. OLE color: 5870356.

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

Color convert

RGB 20 147 89 -
CMYK 0.86 0 0.39 0.42
HSL 152.6º 0.76% 0.33% -
HSV(B) 152.6º 0.86% 0.58% -
XYZ 12.53 21.74 12.99 -
YUV 102.42 120.42 69.22 -
System Red Green Blue C M Y K H S L
Decimal 20 147 89 0.86 0 0.39 0.42 152.6 0.76 0.33
Hex 14 93 59 56 0 27 2A 99 4C 21
Octal 24 223 131 126 0 47 52 231 114 41
Binary 10100 10010011 1011001 1010110 0 100111 101010 10011001 1001100 100001

Color Harmonies of #149359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149359

Black with #149359

Text Example


Text Example

White with #149359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149359; }

 p { color: rgb(20,147,89); }

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

background-color css

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

 a { background-color: rgb(20,147,89); }

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

border-color css

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

 span { border-color: rgb(20,147,89); }

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