#008E4A

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

Shades of Pigment Green #008E4A

Tints of Pigment Green #008E4A

Color information

#008E4A (or 0x008E4A) is unknown color: approx Pigment Green. HEX triplet: 00, 8E and 4A. RGB value is (0,142,74). Sum of RGB (Red+Green+Blue) = 0+142+74=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #008E4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E4A is #FF71B5. Grayscale: #5B5B5B. Windows color (decimal): -16740790 or 4886016. OLE color: 4886016.

HSL color Cylindrical-coordinate representation of color #008E4A: hue angle of 151.27º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E4A is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB014274-
CMYK100.480.44
HSL151.27º100%27.84%-
HSV(B)151.27º100%55.69%-
XYZ10.9119.849.73-
YUV91.79117.9662.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=0%
G=65.74%
B=34.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014274100.480.44151.2710027.84
Hex08E4A640302C97641c
Octal02161121440605422714434
Binary01000111010010101100100011000010110010010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008E4A; }

 p { color: rgb(0,142,74); }

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

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

 a { background-color: rgb(0,142,74); }

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

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

 span { border-color: rgb(0,142,74); }

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