#149839

Color #149839 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #149839

Tints of Pigment Green #149839

Color information

#149839 (or 0x149839) is unknown color: approx Pigment Green. HEX triplet: 14, 98 and 39. RGB value is (20,152,57). Sum of RGB (Red+Green+Blue) = 20+152+57=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #149839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149839 is #EB67C6. Grayscale: #656565. Windows color (decimal): -15427527 or 3774484. OLE color: 3774484.

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

Color convert

RGB2015257-
CMYK0.8700.620.40
HSL136.82º76.74%33.73%-
HSV(B)136.82º86.84%59.61%-
XYZ12.2622.97.65-
YUV101.7102.7769.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 152 (59.77% from 255) = 66.38%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=8.73%
G=66.38%
B=24.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152570.8700.620.40136.8276.7433.73
Hex1498395703E28894d22
Octal24230711270765021111542
Binary101001001100011100110101110111110101000100010011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149839; }

 p { color: rgb(20,152,57); }

 H1.HeaderClassName
 {
   color: #149839;
 }
 .AnyTagClassName
 {
   color: #149839;
 }
</style>
background-color css

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

 a { background-color: rgb(20,152,57); }

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

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

 span { border-color: rgb(20,152,57); }

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