#149E37

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

Shades of Pigment Green #149E37

Tints of Pigment Green #149E37

Color information

#149E37 (or 0x149E37) is unknown color: approx Pigment Green. HEX triplet: 14, 9E and 37. RGB value is (20,158,55). Sum of RGB (Red+Green+Blue) = 20+158+55=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #149E37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E37 is #EB61C8. Grayscale: #696969. Windows color (decimal): -15425993 or 3644948. OLE color: 3644948.

HSL color Cylindrical-coordinate representation of color #149E37: hue angle of 135.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E37 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB2015855-
CMYK0.8700.650.38
HSL135.22º77.53%34.9%-
HSV(B)135.22º87.34%61.96%-
XYZ13.224.887.72-
YUV10599.7867.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 158 (62.11% from 255) = 67.81%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=8.58%
G=67.81%
B=23.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158550.8700.650.38135.2277.5334.9
Hex149E375704126874e23
Octal242366712701014620711643
Binary1010010011110110111101011101000001100110100001111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149E37; }

 p { color: rgb(20,158,55); }

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

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

 a { background-color: rgb(20,158,55); }

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

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

 span { border-color: rgb(20,158,55); }

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