#099945

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

Shades of Pigment Green #099945

Tints of Pigment Green #099945

Color information

#099945 (or 0x099945) is unknown color: approx Pigment Green. HEX triplet: 09, 99 and 45. RGB value is (9,153,69). Sum of RGB (Red+Green+Blue) = 9+153+69=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #099945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099945 is #F666BA. Grayscale: #646464. Windows color (decimal): -16148155 or 4561161. OLE color: 4561161.

HSL color Cylindrical-coordinate representation of color #099945: hue angle of 145º 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 #099945 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB915369-
CMYK0.9400.550.4
HSL145º88.89%31.76%-
HSV(B)145º94.12%60%-
XYZ12.5823.279.46-
YUV100.37110.2962.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 153 (60.16% from 255) = 66.23%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=3.90%
G=66.23%
B=29.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9153690.9400.550.414588.8931.76
Hex999455E03728915920
Octal112311051360675022113140
Binary100110011001100010110111100110111101000100100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099945; }

 p { color: rgb(9,153,69); }

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

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

 a { background-color: rgb(9,153,69); }

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

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

 span { border-color: rgb(9,153,69); }

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