#0F8B10

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

Shades of Green #0F8B10

Tints of Green #0F8B10

Color information

#0F8B10 (or 0x0F8B10) is unknown color: approx Green. HEX triplet: 0F, 8B and 10. RGB value is (15,139,16). Sum of RGB (Red+Green+Blue) = 15+139+16=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 139 (54.69% from 255 or 81.76% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8B10 is #F074EF. Grayscale: #585858. Windows color (decimal): -15758576 or 1084175. OLE color: 1084175.

HSL color Cylindrical-coordinate representation of color #0F8B10: hue angle of 120.48º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B10 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1513916-
CMYK0.8900.880.45
HSL120.48º80.52%30.2%-
HSV(B)120.48º89.21%54.51%-
XYZ9.5218.63.58-
YUV87.987.4276-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.82%
GREEN value IS 139 (54.69% from 255) = 81.76%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=8.82%
G=81.76%
B=9.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139160.8900.880.45120.4880.5230.2
HexF8B10590582D78511e
Octal172132013101305517012136
Binary111110001011100001011001010110001011011111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,139,16); }

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

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

 a { background-color: rgb(15,139,16); }

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

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

 span { border-color: rgb(15,139,16); }

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