Html Css Color HEX #008D4A Pigment Green

📋 copy color: '#008D4A'

red 0 ◦ green 141 ◦ blue 74

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

Shades of Pigment Green #008D4A

Tints of Pigment Green #008D4A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 65.58%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 0%
G = 65.58%
B = 34.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#008D4A (or 0x008D4A) is known color: Pigment Green. HEX triplet: 00, 8D and 4A. RGB value is (0,141,74). Sum of RGB (Red+Green+Blue) = 0+141+74=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #008D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008D4A is #FF72B5. Grayscale: #5B5B5B. Windows color (decimal): -16741046 or 4885760. OLE color: 4885760.

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

Color convert

RGB 0 141 74 -
CMYK 1 0 0.48 0.45
HSL 151.49º 1% 0.28% -
HSV(B) 151.49º 1% 0.55% -
XYZ 10.76 19.54 9.68 -
YUV 91.2 118.29 62.95 -
System Red Green Blue C M Y K H S L
Decimal 0 141 74 1 0 0.48 0.45 151.49 1 0.28
Hex 0 8D 4A 64 0 30 2D 97 64 1C
Octal 0 215 112 144 0 60 55 227 144 34
Binary 0 10001101 1001010 1100100 0 110000 101101 10010111 1100100 11100

Color Harmonies of #008D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D4A

Black with #008D4A

Text Example


Text Example

White with #008D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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