#0F8300

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

Shades of Green #0F8300

Tints of Green #0F8300

Color information

#0F8300 (or 0x0F8300) is unknown color: approx Green. HEX triplet: 0F, 83 and 00. RGB value is (15,131,0). Sum of RGB (Red+Green+Blue) = 15+131+0=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 131 (51.56% from 255 or 89.73% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8300 is #F07CFF. Grayscale: #515151. Windows color (decimal): -15760640 or 33551. OLE color: 33551.

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

Color convert

RGB151310-
CMYK0.89010.49
HSL113.13º100%25.69%-
HSV(B)113.13º100%51.37%-
XYZ8.3116.332.71-
YUV81.3882.0780.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 131 (51.56% from 255) = 89.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.27%
G=89.73%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1513100.89010.49113.1310025.69
HexF830590643171641a
Octal17203013101446116114432
Binary11111000001101011001011001001100011110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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