#099D4C

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

Shades of Pigment Green #099D4C

Tints of Pigment Green #099D4C

Color information

#099D4C (or 0x099D4C) is unknown color: approx Pigment Green. HEX triplet: 09, 9D and 4C. RGB value is (9,157,76). Sum of RGB (Red+Green+Blue) = 9+157+76=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #099D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D4C is #F662B3. Grayscale: #676767. Windows color (decimal): -16147124 or 5020937. OLE color: 5020937.

HSL color Cylindrical-coordinate representation of color #099D4C: hue angle of 147.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D4C is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB915776-
CMYK0.9400.520.38
HSL147.16º89.16%32.55%-
HSV(B)147.16º94.27%61.57%-
XYZ13.4724.6910.89-
YUV103.51112.4760.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 157 (61.72% from 255) = 64.88%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=3.72%
G=64.88%
B=31.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9157760.9400.520.38147.1689.1632.55
Hex99D4C5E03426935921
Octal112351141360644622313141
Binary100110011101100110010111100110100100110100100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099D4C; }

 p { color: rgb(9,157,76); }

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

<style>
 a { background-color: #099D4C; }

 a { background-color: rgb(9,157,76); }

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

<style>
 span { border-color: #099D4C; }

 span { border-color: rgb(9,157,76); }

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