Html Css Color HEX #149456 Shamrock Green

📋 copy color: '#149456'

red 20 ◦ green 148 ◦ blue 86

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

Shades of Shamrock Green #149456

Tints of Shamrock Green #149456

RGB

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

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

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

R = 7.87%
G = 58.27%
B = 33.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#149456 (or 0x149456) is known color: Shamrock Green. HEX triplet: 14, 94 and 56. RGB value is (20,148,86). Sum of RGB (Red+Green+Blue) = 20+148+86=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #149456 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149456 is #EB6BA9. Grayscale: #666666. Windows color (decimal): -15428522 or 5674004. OLE color: 5674004.

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

Color convert

RGB 20 148 86 -
CMYK 0.86 0 0.42 0.42
HSL 150.94º 0.76% 0.33% -
HSV(B) 150.94º 0.86% 0.58% -
XYZ 12.56 22 12.39 -
YUV 102.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 20 148 86 0.86 0 0.42 0.42 150.94 0.76 0.33
Hex 14 94 56 56 0 2A 2A 97 4C 21
Octal 24 224 126 126 0 52 52 227 114 41
Binary 10100 10010100 1010110 1010110 0 101010 101010 10010111 1001100 100001

Color Harmonies of #149456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149456

Black with #149456

Text Example


Text Example

White with #149456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149456; }

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

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

background-color css

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

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

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

border-color css

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

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

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