#0C840F

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

Shades of Green #0C840F

Tints of Green #0C840F

Color information

#0C840F (or 0x0C840F) is unknown color: approx Green. HEX triplet: 0C, 84 and 0F. RGB value is (12,132,15). Sum of RGB (Red+Green+Blue) = 12+132+15=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 132 (51.95% from 255 or 83.02% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 132 - color contains mainly: green. Hex color #0C840F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C840F is #F37BF0. Grayscale: #535353. Windows color (decimal): -15956977 or 1016844. OLE color: 1016844.

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

Color convert

RGB1213215-
CMYK0.9100.890.48
HSL121.5º83.33%28.24%-
HSV(B)121.5º90.91%51.76%-
XYZ8.4916.623.21-
YUV82.7889.7477.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.55%
GREEN value IS 132 (51.95% from 255) = 83.02%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=7.55%
G=83.02%
B=9.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12132150.9100.890.48121.583.3328.24
HexC84F5B059307a531c
Octal142041713301316017212334
Binary11001000010011111011011010110011100001111010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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