Html Css Color HEX #149556 Shamrock Green

📋 copy color: '#149556'

red 20 ◦ green 149 ◦ blue 86

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

Shades of Shamrock Green #149556

Tints of Shamrock Green #149556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 7.84%
G = 58.43%
B = 33.73%

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

#149556 (or 0x149556) is known color: Shamrock Green. HEX triplet: 14, 95 and 56. RGB value is (20,149,86). Sum of RGB (Red+Green+Blue) = 20+149+86=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #149556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149556 is #EB6AA9. Grayscale: #676767. Windows color (decimal): -15428266 or 5674260. OLE color: 5674260.

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

Color convert

RGB 20 149 86 -
CMYK 0.87 0 0.42 0.42
HSL 150.7º 0.76% 0.33% -
HSV(B) 150.7º 0.87% 0.58% -
XYZ 12.72 22.32 12.44 -
YUV 103.25 118.26 68.62 -
System Red Green Blue C M Y K H S L
Decimal 20 149 86 0.87 0 0.42 0.42 150.7 0.76 0.33
Hex 14 95 56 57 0 2A 2A 97 4C 21
Octal 24 225 126 127 0 52 52 227 114 41
Binary 10100 10010101 1010110 1010111 0 101010 101010 10010111 1001100 100001

Color Harmonies of #149556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149556

Black with #149556

Text Example


Text Example

White with #149556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149556; }

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

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

background-color css

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

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

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

border-color css

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

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

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