Html Css Color HEX #09963F Pigment Green

📋 copy color: '#09963F'

red 9 ◦ green 150 ◦ blue 63

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

Shades of Pigment Green #09963F

Tints of Pigment Green #09963F

RGB

 RED value IS 9 (3.91% from 255) = 4.05%

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

 BLUE value IS 63 (25% from 255) = 28.38%

R = 4.05%
G = 67.57%
B = 28.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#09963F (or 0x09963F) is known color: Pigment Green. HEX triplet: 09, 96 and 3F. RGB value is (9,150,63). Sum of RGB (Red+Green+Blue) = 9+150+63=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #09963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09963F is #F669C0. Grayscale: #626262. Windows color (decimal): -16148929 or 4167177. OLE color: 4167177.

HSL color Cylindrical-coordinate representation of color #09963F: hue angle of 142.98º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09963F is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 63 -
CMYK 0.94 0 0.58 0.41
HSL 142.98º 0.89% 0.31% -
HSV(B) 142.98º 0.94% 0.59% -
XYZ 11.92 22.23 8.37 -
YUV 97.92 108.29 64.57 -
System Red Green Blue C M Y K H S L
Decimal 9 150 63 0.94 0 0.58 0.41 142.98 0.89 0.31
Hex 9 96 3F 5E 0 3A 29 8F 59 1F
Octal 11 226 77 136 0 72 51 217 131 37
Binary 1001 10010110 111111 1011110 0 111010 101001 10001111 1011001 11111

Color Harmonies of #09963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09963F

Black with #09963F

Text Example


Text Example

White with #09963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09963F; }

 p { color: rgb(9,150,63); }

 H1.HeaderClassName
 {
   color: #09963F;
 }
 .AnyTagClassName
 {
   color: #09963F;
 }
</style>

background-color css

<style>
 a { background-color: #09963F; }

 a { background-color: rgb(9,150,63); }

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

border-color css

<style>
 span { border-color: #09963F; }

 span { border-color: rgb(9,150,63); }

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