#0F890A

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

Shades of Green #0F890A

Tints of Green #0F890A

Color information

#0F890A (or 0x0F890A) is unknown color: approx Green. HEX triplet: 0F, 89 and 0A. RGB value is (15,137,10). Sum of RGB (Red+Green+Blue) = 15+137+10=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 137 (53.91% from 255 or 84.57% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 137 - color contains mainly: green. Hex color #0F890A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F890A is #F076F5. Grayscale: #565656. Windows color (decimal): -15759094 or 690447. OLE color: 690447.

HSL color Cylindrical-coordinate representation of color #0F890A: hue angle of 117.64º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F890A is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1513710-
CMYK0.8900.930.46
HSL117.64º86.39%28.82%-
HSV(B)117.64º92.7%53.73%-
XYZ9.218.013.28-
YUV86.0485.0877.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 137 (53.91% from 255) = 84.57%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=9.26%
G=84.57%
B=6.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15137100.8900.930.46117.6486.3928.82
HexF89A5905D2E76561d
Octal172111213101355616612635
Binary11111000100110101011001010111011011101110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,10); }

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

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

 a { background-color: rgb(15,137,10); }

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

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

 span { border-color: rgb(15,137,10); }

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