Html Css Color HEX #10963B Pigment Green

📋 copy color: '#10963B'

red 16 ◦ green 150 ◦ blue 59

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

Shades of Pigment Green #10963B

Tints of Pigment Green #10963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 7.11%
G = 66.67%
B = 26.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#10963B (or 0x10963B) is known color: Pigment Green. HEX triplet: 10, 96 and 3B. RGB value is (16,150,59). Sum of RGB (Red+Green+Blue) = 16+150+59=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #10963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10963B is #EF69C4. Grayscale: #636363. Windows color (decimal): -15690181 or 3905040. OLE color: 3905040.

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

Color convert

RGB 16 150 59 -
CMYK 0.89 0 0.61 0.41
HSL 139.25º 0.81% 0.33% -
HSV(B) 139.25º 0.89% 0.59% -
XYZ 11.91 22.24 7.8 -
YUV 99.56 105.11 68.4 -
System Red Green Blue C M Y K H S L
Decimal 16 150 59 0.89 0 0.61 0.41 139.25 0.81 0.33
Hex 10 96 3B 59 0 3D 29 8B 51 21
Octal 20 226 73 131 0 75 51 213 121 41
Binary 10000 10010110 111011 1011001 0 111101 101001 10001011 1010001 100001

Color Harmonies of #10963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10963B

Black with #10963B

Text Example


Text Example

White with #10963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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