#09913C

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

Shades of Pigment Green #09913C

Tints of Pigment Green #09913C

Color information

#09913C (or 0x09913C) is unknown color: approx Pigment Green. HEX triplet: 09, 91 and 3C. RGB value is (9,145,60). Sum of RGB (Red+Green+Blue) = 9+145+60=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #09913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09913C is #F66EC3. Grayscale: #5E5E5E. Windows color (decimal): -16150212 or 3969289. OLE color: 3969289.

HSL color Cylindrical-coordinate representation of color #09913C: hue angle of 142.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09913C is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB914560-
CMYK0.9400.590.43
HSL142.5º88.31%30.2%-
HSV(B)142.5º93.79%56.86%-
XYZ11.0520.647.68-
YUV94.65108.4466.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 145 (57.03% from 255) = 67.76%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=4.21%
G=67.76%
B=28.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9145600.9400.590.43142.588.3130.2
Hex9913C5E03B2B8e581e
Octal11221741360735321613036
Binary1001100100011111001011110011101110101110001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,145,60); }

 H1.HeaderClassName
 {
   color: #09913C;
 }
 .AnyTagClassName
 {
   color: #09913C;
 }
</style>
background-color css

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

 a { background-color: rgb(9,145,60); }

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

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

 span { border-color: rgb(9,145,60); }

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