#0F8609

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

Shades of Green #0F8609

Tints of Green #0F8609

Color information

#0F8609 (or 0x0F8609) is unknown color: approx Green. HEX triplet: 0F, 86 and 09. RGB value is (15,134,9). Sum of RGB (Red+Green+Blue) = 15+134+9=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 134 (52.73% from 255 or 84.81% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8609 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8609 is #F079F6. Grayscale: #545454. Windows color (decimal): -15759863 or 624143. OLE color: 624143.

HSL color Cylindrical-coordinate representation of color #0F8609: hue angle of 117.12º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8609 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB151349-
CMYK0.8900.930.47
HSL117.12º87.41%28.04%-
HSV(B)117.12º93.28%52.55%-
XYZ8.7717.173.11-
YUV84.1785.5878.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 134 (52.73% from 255) = 84.81%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=9.49%
G=84.81%
B=5.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1513490.8900.930.47117.1287.4128.04
HexF8695905D2F75571c
Octal172061113101355716512734
Binary11111000011010011011001010111011011111110101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8609; }

 p { color: rgb(15,134,9); }

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

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

 a { background-color: rgb(15,134,9); }

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

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

 span { border-color: rgb(15,134,9); }

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