#0F8304

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

Shades of Green #0F8304

Tints of Green #0F8304

Color information

#0F8304 (or 0x0F8304) is unknown color: approx Green. HEX triplet: 0F, 83 and 04. RGB value is (15,131,4). Sum of RGB (Red+Green+Blue) = 15+131+4=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 131 (51.56% from 255 or 87.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8304 is #F07CFB. Grayscale: #525252. Windows color (decimal): -15760636 or 295695. OLE color: 295695.

HSL color Cylindrical-coordinate representation of color #0F8304: hue angle of 114.8º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F8304 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB151314-
CMYK0.8900.970.49
HSL114.8º94.07%26.47%-
HSV(B)114.8º96.95%51.37%-
XYZ8.3416.342.83-
YUV81.8484.0780.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 131 (51.56% from 255) = 87.33%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=10%
G=87.33%
B=2.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1513140.8900.970.49114.894.0726.47
HexF8345906131735e1a
Octal17203413101416116313632
Binary1111100000111001011001011000011100011110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,131,4); }

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

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

 a { background-color: rgb(15,131,4); }

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

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

 span { border-color: rgb(15,131,4); }

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