Html Css Color HEX #149455 Shamrock Green

📋 copy color: '#149455'

red 20 ◦ green 148 ◦ blue 85

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

Shades of Shamrock Green #149455

Tints of Shamrock Green #149455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 7.91%
G = 58.5%
B = 33.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#149455 (or 0x149455) is known color: Shamrock Green. HEX triplet: 14, 94 and 55. RGB value is (20,148,85). Sum of RGB (Red+Green+Blue) = 20+148+85=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #149455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149455 is #EB6BAA. Grayscale: #666666. Windows color (decimal): -15428523 or 5608468. OLE color: 5608468.

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

Color convert

RGB 20 148 85 -
CMYK 0.86 0 0.43 0.42
HSL 150.47º 0.76% 0.33% -
HSV(B) 150.47º 0.86% 0.58% -
XYZ 12.52 21.98 12.18 -
YUV 102.55 118.09 69.12 -
System Red Green Blue C M Y K H S L
Decimal 20 148 85 0.86 0 0.43 0.42 150.47 0.76 0.33
Hex 14 94 55 56 0 2B 2A 96 4C 21
Octal 24 224 125 126 0 53 52 226 114 41
Binary 10100 10010100 1010101 1010110 0 101011 101010 10010110 1001100 100001

Color Harmonies of #149455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149455

Black with #149455

Text Example


Text Example

White with #149455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149455; }

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

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

background-color css

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

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

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

border-color css

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

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

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