Html Css Color HEX #00964E Pigment Green

📋 copy color: '#00964E'

red 0 ◦ green 150 ◦ blue 78

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

Shades of Pigment Green #00964E

Tints of Pigment Green #00964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 65.79%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 0%
G = 65.79%
B = 34.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#00964E (or 0x00964E) is known color: Pigment Green. HEX triplet: 00, 96 and 4E. RGB value is (0,150,78). Sum of RGB (Red+Green+Blue) = 0+150+78=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #00964E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00964E is #FF69B1. Grayscale: #616161. Windows color (decimal): -16738738 or 5150208. OLE color: 5150208.

HSL color Cylindrical-coordinate representation of color #00964E: hue angle of 151.2º 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 #00964E is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 78 -
CMYK 1 0 0.48 0.41
HSL 151.2º 1% 0.29% -
HSV(B) 151.2º 1% 0.59% -
XYZ 12.28 22.36 10.88 -
YUV 96.94 117.31 58.85 -
System Red Green Blue C M Y K H S L
Decimal 0 150 78 1 0 0.48 0.41 151.2 1 0.29
Hex 0 96 4E 64 0 30 29 97 64 1D
Octal 0 226 116 144 0 60 51 227 144 35
Binary 0 10010110 1001110 1100100 0 110000 101001 10010111 1100100 11101

Color Harmonies of #00964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00964E

Black with #00964E

Text Example


Text Example

White with #00964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00964E;
 }
 .AnyTagClassName
 {
   color: #00964E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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