#099D48

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

Shades of Pigment Green #099D48

Tints of Pigment Green #099D48

Color information

#099D48 (or 0x099D48) is unknown color: approx Pigment Green. HEX triplet: 09, 9D and 48. RGB value is (9,157,72). Sum of RGB (Red+Green+Blue) = 9+157+72=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #099D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D48 is #F662B7. Grayscale: #676767. Windows color (decimal): -16147128 or 4758793. OLE color: 4758793.

HSL color Cylindrical-coordinate representation of color #099D48: hue angle of 145.54º 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 #099D48 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB915772-
CMYK0.9400.540.38
HSL145.54º89.16%32.55%-
HSV(B)145.54º94.27%61.57%-
XYZ13.3424.6410.18-
YUV103.06110.4760.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 157 (61.72% from 255) = 65.97%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=3.78%
G=65.97%
B=30.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9157720.9400.540.38145.5489.1632.55
Hex99D485E03626925921
Octal112351101360664622213141
Binary100110011101100100010111100110110100110100100101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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