#099B4E

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

Shades of Pigment Green #099B4E

Tints of Pigment Green #099B4E

Color information

#099B4E (or 0x099B4E) is unknown color: approx Pigment Green. HEX triplet: 09, 9B and 4E. RGB value is (9,155,78). Sum of RGB (Red+Green+Blue) = 9+155+78=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 155 (60.94% from 255 or 64.05% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 155 - color contains mainly: green. Hex color #099B4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099B4E is #F664B1. Grayscale: #666666. Windows color (decimal): -16147634 or 5151497. OLE color: 5151497.

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

Color convert

RGB915578-
CMYK0.9400.500.39
HSL148.36º89.02%32.16%-
HSV(B)148.36º94.19%60.78%-
XYZ13.2124.0511.15-
YUV102.57114.1361.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 155 (60.94% from 255) = 64.05%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=3.72%
G=64.05%
B=32.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9155780.9400.500.39148.3689.0232.16
Hex99B4E5E03227945920
Octal112331161360624722413140
Binary100110011011100111010111100110010100111100101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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