Html Css Color HEX #10964C Pigment Green

📋 copy color: '#10964C'

red 16 ◦ green 150 ◦ blue 76

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

Shades of Pigment Green #10964C

Tints of Pigment Green #10964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 6.61%
G = 61.98%
B = 31.4%

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

#10964C (or 0x10964C) is known color: Pigment Green. HEX triplet: 10, 96 and 4C. RGB value is (16,150,76). Sum of RGB (Red+Green+Blue) = 16+150+76=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #10964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10964C is #EF69B3. Grayscale: #656565. Windows color (decimal): -15690164 or 5019152. OLE color: 5019152.

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

Color convert

RGB 16 150 76 -
CMYK 0.89 0 0.49 0.41
HSL 146.87º 0.81% 0.33% -
HSV(B) 146.87º 0.89% 0.59% -
XYZ 12.42 22.44 10.51 -
YUV 101.5 113.61 67.02 -
System Red Green Blue C M Y K H S L
Decimal 16 150 76 0.89 0 0.49 0.41 146.87 0.81 0.33
Hex 10 96 4C 59 0 31 29 93 51 21
Octal 20 226 114 131 0 61 51 223 121 41
Binary 10000 10010110 1001100 1011001 0 110001 101001 10010011 1010001 100001

Color Harmonies of #10964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10964C

Black with #10964C

Text Example


Text Example

White with #10964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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