Html Css Color HEX #149642 Pigment Green

📋 copy color: '#149642'

red 20 ◦ green 150 ◦ blue 66

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

Shades of Pigment Green #149642

Tints of Pigment Green #149642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.56%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 8.47%
G = 63.56%
B = 27.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#149642 (or 0x149642) is known color: Pigment Green. HEX triplet: 14, 96 and 42. RGB value is (20,150,66). Sum of RGB (Red+Green+Blue) = 20+150+66=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #149642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149642 is #EB69BD. Grayscale: #656565. Windows color (decimal): -15428030 or 4363796. OLE color: 4363796.

HSL color Cylindrical-coordinate representation of color #149642: hue angle of 141.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149642 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 66 -
CMYK 0.87 0 0.56 0.41
HSL 141.23º 0.76% 0.33% -
HSV(B) 141.23º 0.87% 0.59% -
XYZ 12.18 22.35 8.83 -
YUV 101.55 107.93 69.83 -
System Red Green Blue C M Y K H S L
Decimal 20 150 66 0.87 0 0.56 0.41 141.23 0.76 0.33
Hex 14 96 42 57 0 38 29 8D 4C 21
Octal 24 226 102 127 0 70 51 215 114 41
Binary 10100 10010110 1000010 1010111 0 111000 101001 10001101 1001100 100001

Color Harmonies of #149642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149642

Black with #149642

Text Example


Text Example

White with #149642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149642; }

 p { color: rgb(20,150,66); }

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

background-color css

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

 a { background-color: rgb(20,150,66); }

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

border-color css

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

 span { border-color: rgb(20,150,66); }

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