Html Css Color HEX #10963A Pigment Green

📋 copy color: '#10963A'

red 16 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #10963A

Tints of Pigment Green #10963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 7.14%
G = 66.96%
B = 25.89%

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

#10963A (or 0x10963A) is known color: Pigment Green. HEX triplet: 10, 96 and 3A. RGB value is (16,150,58). Sum of RGB (Red+Green+Blue) = 16+150+58=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #10963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10963A is #EF69C5. Grayscale: #636363. Windows color (decimal): -15690182 or 3839504. OLE color: 3839504.

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

Color convert

RGB 16 150 58 -
CMYK 0.89 0 0.61 0.41
HSL 138.81º 0.81% 0.33% -
HSV(B) 138.81º 0.89% 0.59% -
XYZ 11.88 22.23 7.67 -
YUV 99.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 16 150 58 0.89 0 0.61 0.41 138.81 0.81 0.33
Hex 10 96 3A 59 0 3D 29 8B 51 21
Octal 20 226 72 131 0 75 51 213 121 41
Binary 10000 10010110 111010 1011001 0 111101 101001 10001011 1010001 100001

Color Harmonies of #10963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10963A

Black with #10963A

Text Example


Text Example

White with #10963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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