#09B148

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

Shades of Pigment Green #09B148

Tints of Pigment Green #09B148

Color information

#09B148 (or 0x09B148) is unknown color: approx Pigment Green. HEX triplet: 09, B1 and 48. RGB value is (9,177,72). Sum of RGB (Red+Green+Blue) = 9+177+72=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 177 (69.53% from 255 or 68.60% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 177 - color contains mainly: green. Hex color #09B148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09B148 is #F64EB7. Grayscale: #737373. Windows color (decimal): -16142008 or 4763913. OLE color: 4763913.

HSL color Cylindrical-coordinate representation of color #09B148: hue angle of 142.5º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B148 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB917772-
CMYK0.9500.590.31
HSL142.5º90.32%36.47%-
HSV(B)142.5º94.92%69.41%-
XYZ1731.9711.41-
YUV114.8103.8452.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.49%
GREEN value IS 177 (69.53% from 255) = 68.60%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=3.49%
G=68.60%
B=27.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9177720.9500.590.31142.590.3236.47
Hex9B1485F03B1F8e5a24
Octal112611101370733721613244
Binary10011011000110010001011111011101111111100011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09B148; }

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

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

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

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

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

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

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

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