Html Css Color HEX #008C46 Pigment Green

📋 copy color: '#008C46'

red 0 ◦ green 140 ◦ blue 70

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

Shades of Pigment Green #008C46

Tints of Pigment Green #008C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 66.67%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#008C46 (or 0x008C46) is known color: Pigment Green. HEX triplet: 00, 8C and 46. RGB value is (0,140,70). Sum of RGB (Red+Green+Blue) = 0+140+70=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #008C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C46 is #FF73B9. Grayscale: #5A5A5A. Windows color (decimal): -16741306 or 4623360. OLE color: 4623360.

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

Color convert

RGB 0 140 70 -
CMYK 1 0 0.50 0.45
HSL 150º 1% 0.27% -
HSV(B) 150º 1% 0.55% -
XYZ 10.48 19.2 8.95 -
YUV 90.16 116.62 63.69 -
System Red Green Blue C M Y K H S L
Decimal 0 140 70 1 0 0.50 0.45 150 1 0.27
Hex 0 8C 46 64 0 32 2D 96 64 1B
Octal 0 214 106 144 0 62 55 226 144 33
Binary 0 10001100 1000110 1100100 0 110010 101101 10010110 1100100 11011

Color Harmonies of #008C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C46

Black with #008C46

Text Example


Text Example

White with #008C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,140,70); }

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

background-color css

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

 a { background-color: rgb(0,140,70); }

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

border-color css

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

 span { border-color: rgb(0,140,70); }

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