#09963B

Color #09963B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #09963B

Tints of Pigment Green #09963B

Color information

#09963B (or 0x09963B) is unknown color: approx 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

RGB915059-
CMYK0.9400.610.41
HSL141.28º88.68%31.18%-
HSV(B)141.28º94%58.82%-
XYZ11.8122.197.8-
YUV97.47106.2964.9-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9150590.9400.610.41141.2888.6831.18
Hex9963B5E03D298d591f
Octal11226731360755121513137
Binary1001100101101110111011110011110110100110001101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>