Html Css Color HEX #149540 Pigment Green

📋 copy color: '#149540'

red 20 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #149540

Tints of Pigment Green #149540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 8.58%
G = 63.95%
B = 27.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#149540 (or 0x149540) is known color: Pigment Green. HEX triplet: 14, 95 and 40. RGB value is (20,149,64). Sum of RGB (Red+Green+Blue) = 20+149+64=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #149540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149540 is #EB6ABF. Grayscale: #646464. Windows color (decimal): -15428288 or 4232468. OLE color: 4232468.

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

Color convert

RGB 20 149 64 -
CMYK 0.87 0 0.57 0.42
HSL 140.47º 0.76% 0.33% -
HSV(B) 140.47º 0.87% 0.58% -
XYZ 11.96 22.01 8.47 -
YUV 100.74 107.26 70.41 -
System Red Green Blue C M Y K H S L
Decimal 20 149 64 0.87 0 0.57 0.42 140.47 0.76 0.33
Hex 14 95 40 57 0 39 2A 8C 4C 21
Octal 24 225 100 127 0 71 52 214 114 41
Binary 10100 10010101 1000000 1010111 0 111001 101010 10001100 1001100 100001

Color Harmonies of #149540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149540

Black with #149540

Text Example


Text Example

White with #149540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149540; }

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

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

background-color css

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

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

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

border-color css

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

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

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