#099241

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

Shades of Pigment Green #099241

Tints of Pigment Green #099241

Color information

#099241 (or 0x099241) is unknown color: approx Pigment Green. HEX triplet: 09, 92 and 41. RGB value is (9,146,65). Sum of RGB (Red+Green+Blue) = 9+146+65=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #099241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099241 is #F66DBE. Grayscale: #5F5F5F. Windows color (decimal): -16149951 or 4297225. OLE color: 4297225.

HSL color Cylindrical-coordinate representation of color #099241: hue angle of 144.53º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099241 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB914665-
CMYK0.9400.550.43
HSL144.53º88.39%30.39%-
HSV(B)144.53º93.84%57.25%-
XYZ11.35218.46-
YUV95.8110.6166.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 146 (57.42% from 255) = 66.36%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=4.09%
G=66.36%
B=29.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9146650.9400.550.43144.5388.3930.39
Hex992415E0372B91581e
Octal112221011360675322113036
Binary10011001001010000011011110011011110101110010001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099241; }

 p { color: rgb(9,146,65); }

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

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

 a { background-color: rgb(9,146,65); }

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

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

 span { border-color: rgb(9,146,65); }

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