Html Css Color HEX #149950 Pigment Green

📋 copy color: '#149950'

red 20 ◦ green 153 ◦ blue 80

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

Shades of Pigment Green #149950

Tints of Pigment Green #149950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60.47%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 7.91%
G = 60.47%
B = 31.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#149950 (or 0x149950) is known color: Pigment Green. HEX triplet: 14, 99 and 50. RGB value is (20,153,80). Sum of RGB (Red+Green+Blue) = 20+153+80=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #149950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149950 is #EB66AF. Grayscale: #696969. Windows color (decimal): -15427248 or 5282068. OLE color: 5282068.

HSL color Cylindrical-coordinate representation of color #149950: hue angle of 147.07º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149950 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 80 -
CMYK 0.87 0 0.48 0.4
HSL 147.07º 0.77% 0.34% -
HSV(B) 147.07º 0.87% 0.6% -
XYZ 13.13 23.51 11.44 -
YUV 104.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 20 153 80 0.87 0 0.48 0.4 147.07 0.77 0.34
Hex 14 99 50 57 0 30 28 93 4D 22
Octal 24 231 120 127 0 60 50 223 115 42
Binary 10100 10011001 1010000 1010111 0 110000 101000 10010011 1001101 100010

Color Harmonies of #149950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149950

Black with #149950

Text Example


Text Example

White with #149950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149950; }

 p { color: rgb(20,153,80); }

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

background-color css

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

 a { background-color: rgb(20,153,80); }

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

border-color css

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

 span { border-color: rgb(20,153,80); }

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