#099B4F

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

Shades of Pigment Green #099B4F

Tints of Pigment Green #099B4F

Color information

#099B4F (or 0x099B4F) is unknown color: approx Pigment Green. HEX triplet: 09, 9B and 4F. RGB value is (9,155,79). Sum of RGB (Red+Green+Blue) = 9+155+79=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #099B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099B4F is #F664B0. Grayscale: #666666. Windows color (decimal): -16147633 or 5217033. OLE color: 5217033.

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

Color convert

RGB915579-
CMYK0.9400.490.39
HSL148.77º89.02%32.16%-
HSV(B)148.77º94.19%60.78%-
XYZ13.2524.0711.34-
YUV102.68114.6361.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 155 (60.94% from 255) = 63.79%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=3.70%
G=63.79%
B=32.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9155790.9400.490.39148.7789.0232.16
Hex99B4F5E03127955920
Octal112331171360614722513140
Binary100110011011100111110111100110001100111100101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,155,79); }

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

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

 a { background-color: rgb(9,155,79); }

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

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

 span { border-color: rgb(9,155,79); }

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