#099C46

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

Shades of Pigment Green #099C46

Tints of Pigment Green #099C46

Color information

#099C46 (or 0x099C46) is unknown color: approx Pigment Green. HEX triplet: 09, 9C and 46. RGB value is (9,156,70). Sum of RGB (Red+Green+Blue) = 9+156+70=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #099C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C46 is #F663B9. Grayscale: #666666. Windows color (decimal): -16147386 or 4627465. OLE color: 4627465.

HSL color Cylindrical-coordinate representation of color #099C46: hue angle of 144.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C46 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB915670-
CMYK0.9400.550.39
HSL144.9º89.09%32.35%-
HSV(B)144.9º94.23%61.18%-
XYZ13.1124.289.79-
YUV102.24109.861.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 156 (61.33% from 255) = 66.38%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=3.83%
G=66.38%
B=29.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156700.9400.550.39144.989.0932.35
Hex99C465E03727915920
Octal112341061360674722113140
Binary100110011100100011010111100110111100111100100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,156,70); }

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

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

 a { background-color: rgb(9,156,70); }

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

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

 span { border-color: rgb(9,156,70); }

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