#009C3C

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

Shades of Pigment Green #009C3C

Tints of Pigment Green #009C3C

Color information

#009C3C (or 0x009C3C) is unknown color: approx Pigment Green. HEX triplet: 00, 9C and 3C. RGB value is (0,156,60). Sum of RGB (Red+Green+Blue) = 0+156+60=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 156 (61.33% from 255 or 72.22% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 156 - color contains mainly: green. Hex color #009C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009C3C is #FF63C3. Grayscale: #626262. Windows color (decimal): -16737220 or 3972096. OLE color: 3972096.

HSL color Cylindrical-coordinate representation of color #009C3C: hue angle of 143.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C3C is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB015660-
CMYK100.620.39
HSL143.08º100%30.59%-
HSV(B)143.08º100%61.18%-
XYZ12.724.18.26-
YUV98.41106.3257.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 72.22%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=0%
G=72.22%
B=27.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015660100.620.39143.0810030.59
Hex09C3C6403E278f641f
Octal0234741440764721714437
Binary0100111001111001100100011111010011110001111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009C3C; }

 p { color: rgb(0,156,60); }

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

<style>
 a { background-color: #009C3C; }

 a { background-color: rgb(0,156,60); }

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

<style>
 span { border-color: #009C3C; }

 span { border-color: rgb(0,156,60); }

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