#009C4C

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

Shades of Pigment Green #009C4C

Tints of Pigment Green #009C4C

Color information

#009C4C (or 0x009C4C) is unknown color: approx Pigment Green. HEX triplet: 00, 9C and 4C. RGB value is (0,156,76). Sum of RGB (Red+Green+Blue) = 0+156+76=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #009C4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009C4C is #FF63B3. Grayscale: #646464. Windows color (decimal): -16737204 or 5020672. OLE color: 5020672.

HSL color Cylindrical-coordinate representation of color #009C4C: hue angle of 149.23º 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 #009C4C is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB015676-
CMYK100.510.39
HSL149.23º100%30.59%-
HSV(B)149.23º100%61.18%-
XYZ13.1924.310.83-
YUV100.24114.3256.5-

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) = 67.24%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=0%
G=67.24%
B=32.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015676100.510.39149.2310030.59
Hex09C4C640332795641f
Octal02341141440634722514437
Binary01001110010011001100100011001110011110010101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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