#09B14F

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

Shades of Pigment Green #09B14F

Tints of Pigment Green #09B14F

Color information

#09B14F (or 0x09B14F) is unknown color: approx Pigment Green. HEX triplet: 09, B1 and 4F. RGB value is (9,177,79). Sum of RGB (Red+Green+Blue) = 9+177+79=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #09B14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B14F is #F64EB0. Grayscale: #737373. Windows color (decimal): -16142001 or 5222665. OLE color: 5222665.

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

Color convert

RGB917779-
CMYK0.9500.550.31
HSL145º90.32%36.47%-
HSV(B)145º94.92%69.41%-
XYZ17.2532.0712.68-
YUV115.6107.3451.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 177 (69.53% from 255) = 66.79%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=3.40%
G=66.79%
B=29.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9177790.9500.550.3114590.3236.47
Hex9B14F5F0371F915a24
Octal112611171370673722113244
Binary10011011000110011111011111011011111111100100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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