Html Css Color HEX #149644 Pigment Green

📋 copy color: '#149644'

red 20 ◦ green 150 ◦ blue 68

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

Shades of Pigment Green #149644

Tints of Pigment Green #149644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 8.4%
G = 63.03%
B = 28.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#149644 (or 0x149644) is known color: Pigment Green. HEX triplet: 14, 96 and 44. RGB value is (20,150,68). Sum of RGB (Red+Green+Blue) = 20+150+68=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #149644 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149644 is #EB69BB. Grayscale: #656565. Windows color (decimal): -15428028 or 4494868. OLE color: 4494868.

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

Color convert

RGB 20 150 68 -
CMYK 0.87 0 0.55 0.41
HSL 142.15º 0.76% 0.33% -
HSV(B) 142.15º 0.87% 0.59% -
XYZ 12.24 22.38 9.14 -
YUV 101.78 108.93 69.67 -
System Red Green Blue C M Y K H S L
Decimal 20 150 68 0.87 0 0.55 0.41 142.15 0.76 0.33
Hex 14 96 44 57 0 37 29 8E 4C 21
Octal 24 226 104 127 0 67 51 216 114 41
Binary 10100 10010110 1000100 1010111 0 110111 101001 10001110 1001100 100001

Color Harmonies of #149644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149644

Black with #149644

Text Example


Text Example

White with #149644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149644; }

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

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

background-color css

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

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

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

border-color css

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

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

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