Html Css Color HEX #149457 Shamrock Green

📋 copy color: '#149457'

red 20 ◦ green 148 ◦ blue 87

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

Shades of Shamrock Green #149457

Tints of Shamrock Green #149457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.04%

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

R = 7.84%
G = 58.04%
B = 34.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#149457 (or 0x149457) is known color: Shamrock Green. HEX triplet: 14, 94 and 57. RGB value is (20,148,87). Sum of RGB (Red+Green+Blue) = 20+148+87=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #149457 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149457 is #EB6BA8. Grayscale: #666666. Windows color (decimal): -15428521 or 5739540. OLE color: 5739540.

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

Color convert

RGB 20 148 87 -
CMYK 0.86 0 0.41 0.42
HSL 151.41º 0.76% 0.33% -
HSV(B) 151.41º 0.86% 0.58% -
XYZ 12.6 22.02 12.6 -
YUV 102.77 119.09 68.96 -
System Red Green Blue C M Y K H S L
Decimal 20 148 87 0.86 0 0.41 0.42 151.41 0.76 0.33
Hex 14 94 57 56 0 29 2A 97 4C 21
Octal 24 224 127 126 0 51 52 227 114 41
Binary 10100 10010100 1010111 1010110 0 101001 101010 10010111 1001100 100001

Color Harmonies of #149457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149457

Black with #149457

Text Example


Text Example

White with #149457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149457; }

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

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

background-color css

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

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

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

border-color css

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

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

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