#099A3C

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

Shades of Pigment Green #099A3C

Tints of Pigment Green #099A3C

Color information

#099A3C (or 0x099A3C) is unknown color: approx Pigment Green. HEX triplet: 09, 9A and 3C. RGB value is (9,154,60). Sum of RGB (Red+Green+Blue) = 9+154+60=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 154 (60.55% from 255 or 69.06% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 154 - color contains mainly: green. Hex color #099A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099A3C is #F665C3. Grayscale: #646464. Windows color (decimal): -16147908 or 3971593. OLE color: 3971593.

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

Color convert

RGB915460-
CMYK0.9400.610.40
HSL141.1º88.96%31.96%-
HSV(B)141.1º94.16%60.39%-
XYZ12.4823.58.15-
YUV99.93105.4663.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 154 (60.55% from 255) = 69.06%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=4.04%
G=69.06%
B=26.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9154600.9400.610.40141.188.9631.96
Hex99A3C5E03D288d5920
Octal11232741360755021513140
Binary10011001101011110010111100111101101000100011011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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