#00964C

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

Shades of Pigment Green #00964C

Tints of Pigment Green #00964C

Color information

#00964C (or 0x00964C) is unknown color: approx Pigment Green. HEX triplet: 00, 96 and 4C. RGB value is (0,150,76). Sum of RGB (Red+Green+Blue) = 0+150+76=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #00964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00964C is #FF69B3. Grayscale: #606060. Windows color (decimal): -16738740 or 5019136. OLE color: 5019136.

HSL color Cylindrical-coordinate representation of color #00964C: hue angle of 150.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00964C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB015076-
CMYK100.490.41
HSL150.4º100%29.41%-
HSV(B)150.4º100%58.82%-
XYZ12.2122.3310.5-
YUV96.71116.359.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 66.37%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=0%
G=66.37%
B=33.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal015076100.490.41150.410029.41
Hex0964C640312996641d
Octal02261141440615122614435
Binary01001011010011001100100011000110100110010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00964C; }

 p { color: rgb(0,150,76); }

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

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

 a { background-color: rgb(0,150,76); }

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

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

 span { border-color: rgb(0,150,76); }

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