Html Css Color HEX #10963E Pigment Green

📋 copy color: '#10963E'

red 16 ◦ green 150 ◦ blue 62

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

Shades of Pigment Green #10963E

Tints of Pigment Green #10963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 7.02%
G = 65.79%
B = 27.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#10963E (or 0x10963E) is known color: Pigment Green. HEX triplet: 10, 96 and 3E. RGB value is (16,150,62). Sum of RGB (Red+Green+Blue) = 16+150+62=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #10963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10963E is #EF69C1. Grayscale: #646464. Windows color (decimal): -15690178 or 4101648. OLE color: 4101648.

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

Color convert

RGB 16 150 62 -
CMYK 0.89 0 0.59 0.41
HSL 140.6º 0.81% 0.33% -
HSV(B) 140.6º 0.89% 0.59% -
XYZ 11.99 22.27 8.22 -
YUV 99.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 16 150 62 0.89 0 0.59 0.41 140.6 0.81 0.33
Hex 10 96 3E 59 0 3B 29 8D 51 21
Octal 20 226 76 131 0 73 51 215 121 41
Binary 10000 10010110 111110 1011001 0 111011 101001 10001101 1010001 100001

Color Harmonies of #10963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10963E

Black with #10963E

Text Example


Text Example

White with #10963E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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