Html Css Color HEX #149956 Pigment Green

📋 copy color: '#149956'

red 20 ◦ green 153 ◦ blue 86

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

Shades of Pigment Green #149956

Tints of Pigment Green #149956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.2%

R = 7.72%
G = 59.07%
B = 33.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#149956 (or 0x149956) is known color: Pigment Green. HEX triplet: 14, 99 and 56. RGB value is (20,153,86). Sum of RGB (Red+Green+Blue) = 20+153+86=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #149956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149956 is #EB66A9. Grayscale: #696969. Windows color (decimal): -15427242 or 5675284. OLE color: 5675284.

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

Color convert

RGB 20 153 86 -
CMYK 0.87 0 0.44 0.4
HSL 149.77º 0.77% 0.34% -
HSV(B) 149.77º 0.87% 0.6% -
XYZ 13.36 23.6 12.66 -
YUV 105.6 116.94 66.95 -
System Red Green Blue C M Y K H S L
Decimal 20 153 86 0.87 0 0.44 0.4 149.77 0.77 0.34
Hex 14 99 56 57 0 2C 28 96 4D 22
Octal 24 231 126 127 0 54 50 226 115 42
Binary 10100 10011001 1010110 1010111 0 101100 101000 10010110 1001101 100010

Color Harmonies of #149956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149956

Black with #149956

Text Example


Text Example

White with #149956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149956; }

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

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

background-color css

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

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

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

border-color css

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

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

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