Html Css Color HEX #10964F Pigment Green

📋 copy color: '#10964F'

red 16 ◦ green 150 ◦ blue 79

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

Shades of Pigment Green #10964F

Tints of Pigment Green #10964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 6.53%
G = 61.22%
B = 32.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#10964F (or 0x10964F) is known color: Pigment Green. HEX triplet: 10, 96 and 4F. RGB value is (16,150,79). Sum of RGB (Red+Green+Blue) = 16+150+79=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #10964F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10964F is #EF69B0. Grayscale: #656565. Windows color (decimal): -15690161 or 5215760. OLE color: 5215760.

HSL color Cylindrical-coordinate representation of color #10964F: hue angle of 148.21º 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 #10964F is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 79 -
CMYK 0.89 0 0.47 0.41
HSL 148.21º 0.81% 0.33% -
HSV(B) 148.21º 0.89% 0.59% -
XYZ 12.53 22.49 11.08 -
YUV 101.84 115.11 66.77 -
System Red Green Blue C M Y K H S L
Decimal 16 150 79 0.89 0 0.47 0.41 148.21 0.81 0.33
Hex 10 96 4F 59 0 2F 29 94 51 21
Octal 20 226 117 131 0 57 51 224 121 41
Binary 10000 10010110 1001111 1011001 0 101111 101001 10010100 1010001 100001

Color Harmonies of #10964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10964F

Black with #10964F

Text Example


Text Example

White with #10964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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