#0F840F

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

Shades of Green #0F840F

Tints of Green #0F840F

Color information

#0F840F (or 0x0F840F) is unknown color: approx Green. HEX triplet: 0F, 84 and 0F. RGB value is (15,132,15). Sum of RGB (Red+Green+Blue) = 15+132+15=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 132 (51.95% from 255 or 81.48% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 132 - color contains mainly: green. Hex color #0F840F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F840F is #F07BF0. Grayscale: #545454. Windows color (decimal): -15760369 or 1016847. OLE color: 1016847.

HSL color Cylindrical-coordinate representation of color #0F840F: hue angle of 120º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F840F is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1513215-
CMYK0.8900.890.48
HSL120º79.59%28.82%-
HSV(B)120º88.64%51.76%-
XYZ8.5316.643.21-
YUV83.6889.2479.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 132 (51.95% from 255) = 81.48%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=9.26%
G=81.48%
B=9.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15132150.8900.890.4812079.5928.82
HexF84F590593078501d
Octal172041713101316017012035
Binary11111000010011111011001010110011100001111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,132,15); }

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

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

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

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

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

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

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