Html Css Color HEX #149551 Pigment Green

📋 copy color: '#149551'

red 20 ◦ green 149 ◦ blue 81

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

Shades of Pigment Green #149551

Tints of Pigment Green #149551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.4%

R = 8%
G = 59.6%
B = 32.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#149551 (or 0x149551) is known color: Pigment Green. HEX triplet: 14, 95 and 51. RGB value is (20,149,81). Sum of RGB (Red+Green+Blue) = 20+149+81=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #149551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149551 is #EB6AAE. Grayscale: #666666. Windows color (decimal): -15428271 or 5346580. OLE color: 5346580.

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

Color convert

RGB 20 149 81 -
CMYK 0.87 0 0.46 0.42
HSL 148.37º 0.76% 0.33% -
HSV(B) 148.37º 0.87% 0.58% -
XYZ 12.52 22.24 11.42 -
YUV 102.68 115.76 69.03 -
System Red Green Blue C M Y K H S L
Decimal 20 149 81 0.87 0 0.46 0.42 148.37 0.76 0.33
Hex 14 95 51 57 0 2E 2A 94 4C 21
Octal 24 225 121 127 0 56 52 224 114 41
Binary 10100 10010101 1010001 1010111 0 101110 101010 10010100 1001100 100001

Color Harmonies of #149551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149551

Black with #149551

Text Example


Text Example

White with #149551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149551; }

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

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

background-color css

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

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

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

border-color css

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

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

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