Html Css Color HEX #10964D Pigment Green

📋 copy color: '#10964D'

red 16 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #10964D

Tints of Pigment Green #10964D

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

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

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 6.58%
G = 61.73%
B = 31.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#10964D (or 0x10964D) is known color: Pigment Green. HEX triplet: 10, 96 and 4D. RGB value is (16,150,77). Sum of RGB (Red+Green+Blue) = 16+150+77=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #10964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10964D is #EF69B2. Grayscale: #656565. Windows color (decimal): -15690163 or 5084688. OLE color: 5084688.

HSL color Cylindrical-coordinate representation of color #10964D: hue angle of 147.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10964D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 77 -
CMYK 0.89 0 0.49 0.41
HSL 147.31º 0.81% 0.33% -
HSV(B) 147.31º 0.89% 0.59% -
XYZ 12.46 22.46 10.7 -
YUV 101.61 114.11 66.94 -
System Red Green Blue C M Y K H S L
Decimal 16 150 77 0.89 0 0.49 0.41 147.31 0.81 0.33
Hex 10 96 4D 59 0 31 29 93 51 21
Octal 20 226 115 131 0 61 51 223 121 41
Binary 10000 10010110 1001101 1011001 0 110001 101001 10010011 1010001 100001

Color Harmonies of #10964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10964D

Black with #10964D

Text Example


Text Example

White with #10964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10964D; }

 p { color: rgb(16,150,77); }

 H1.HeaderClassName
 {
   color: #10964D;
 }
 .AnyTagClassName
 {
   color: #10964D;
 }
</style>

background-color css

<style>
 a { background-color: #10964D; }

 a { background-color: rgb(16,150,77); }

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

border-color css

<style>
 span { border-color: #10964D; }

 span { border-color: rgb(16,150,77); }

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