Html Css Color HEX #149557 Shamrock Green

📋 copy color: '#149557'

red 20 ◦ green 149 ◦ blue 87

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

Shades of Shamrock Green #149557

Tints of Shamrock Green #149557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.2%

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 7.81%
G = 58.2%
B = 33.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#149557 (or 0x149557) is known color: Shamrock Green. HEX triplet: 14, 95 and 57. RGB value is (20,149,87). Sum of RGB (Red+Green+Blue) = 20+149+87=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #149557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149557 is #EB6AA8. Grayscale: #676767. Windows color (decimal): -15428265 or 5739796. OLE color: 5739796.

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

Color convert

RGB 20 149 87 -
CMYK 0.87 0 0.42 0.42
HSL 151.16º 0.76% 0.33% -
HSV(B) 151.16º 0.87% 0.58% -
XYZ 12.76 22.33 12.65 -
YUV 103.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 20 149 87 0.87 0 0.42 0.42 151.16 0.76 0.33
Hex 14 95 57 57 0 2A 2A 97 4C 21
Octal 24 225 127 127 0 52 52 227 114 41
Binary 10100 10010101 1010111 1010111 0 101010 101010 10010111 1001100 100001

Color Harmonies of #149557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149557

Black with #149557

Text Example


Text Example

White with #149557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149557; }

 p { color: rgb(20,149,87); }

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

background-color css

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

 a { background-color: rgb(20,149,87); }

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

border-color css

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

 span { border-color: rgb(20,149,87); }

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