Html Css Color HEX #09963B Pigment Green

📋 copy color: '#09963B'

red 9 ◦ green 150 ◦ blue 59

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

Shades of Pigment Green #09963B

Tints of Pigment Green #09963B

RGB

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

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

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

R = 4.13%
G = 68.81%
B = 27.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#09963B (or 0x09963B) is known color: Pigment Green. HEX triplet: 09, 96 and 3B. RGB value is (9,150,59). Sum of RGB (Red+Green+Blue) = 9+150+59=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #09963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09963B is #F669C4. Grayscale: #616161. Windows color (decimal): -16148933 or 3905033. OLE color: 3905033.

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

Color convert

RGB 9 150 59 -
CMYK 0.94 0 0.61 0.41
HSL 141.28º 0.89% 0.31% -
HSV(B) 141.28º 0.94% 0.59% -
XYZ 11.81 22.19 7.8 -
YUV 97.47 106.29 64.9 -
System Red Green Blue C M Y K H S L
Decimal 9 150 59 0.94 0 0.61 0.41 141.28 0.89 0.31
Hex 9 96 3B 5E 0 3D 29 8D 59 1F
Octal 11 226 73 136 0 75 51 215 131 37
Binary 1001 10010110 111011 1011110 0 111101 101001 10001101 1011001 11111

Color Harmonies of #09963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09963B

Black with #09963B

Text Example


Text Example

White with #09963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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