Html Css Color HEX #10963C Pigment Green

📋 copy color: '#10963C'

red 16 ◦ green 150 ◦ blue 60

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

Shades of Pigment Green #10963C

Tints of Pigment Green #10963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 7.08%
G = 66.37%
B = 26.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#10963C (or 0x10963C) is known color: Pigment Green. HEX triplet: 10, 96 and 3C. RGB value is (16,150,60). Sum of RGB (Red+Green+Blue) = 16+150+60=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #10963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10963C is #EF69C3. Grayscale: #636363. Windows color (decimal): -15690180 or 3970576. OLE color: 3970576.

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

Color convert

RGB 16 150 60 -
CMYK 0.89 0 0.6 0.41
HSL 139.7º 0.81% 0.33% -
HSV(B) 139.7º 0.89% 0.59% -
XYZ 11.94 22.25 7.94 -
YUV 99.67 105.61 68.32 -
System Red Green Blue C M Y K H S L
Decimal 16 150 60 0.89 0 0.6 0.41 139.7 0.81 0.33
Hex 10 96 3C 59 0 3C 29 8C 51 21
Octal 20 226 74 131 0 74 51 214 121 41
Binary 10000 10010110 111100 1011001 0 111100 101001 10001100 1010001 100001

Color Harmonies of #10963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10963C

Black with #10963C

Text Example


Text Example

White with #10963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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