#0F8812

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

Shades of Green #0F8812

Tints of Green #0F8812

Color information

#0F8812 (or 0x0F8812) is unknown color: approx Green. HEX triplet: 0F, 88 and 12. RGB value is (15,136,18). Sum of RGB (Red+Green+Blue) = 15+136+18=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8812 is #F077ED. Grayscale: #565656. Windows color (decimal): -15759342 or 1214479. OLE color: 1214479.

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

Color convert

RGB1513618-
CMYK0.8900.870.47
HSL121.49º80.13%29.61%-
HSV(B)121.49º88.97%53.33%-
XYZ9.1117.753.52-
YUV86.3789.4177.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 136 (53.52% from 255) = 80.47%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=8.88%
G=80.47%
B=10.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15136180.8900.870.47121.4980.1329.61
HexF8812590572F79501e
Octal172102213101275717112036
Binary111110001000100101011001010101111011111111001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,136,18); }

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

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

 a { background-color: rgb(15,136,18); }

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

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

 span { border-color: rgb(15,136,18); }

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