#0C6F1A

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

Shades of Green #0C6F1A

Tints of Green #0C6F1A

Color information

#0C6F1A (or 0x0C6F1A) is unknown color: approx Green. HEX triplet: 0C, 6F and 1A. RGB value is (12,111,26). Sum of RGB (Red+Green+Blue) = 12+111+26=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6F1A is #F390E5. Grayscale: #474747. Windows color (decimal): -15962342 or 1732364. OLE color: 1732364.

HSL color Cylindrical-coordinate representation of color #0C6F1A: hue angle of 128.48º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6F1A is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1211126-
CMYK0.8900.770.56
HSL128.48º80.49%24.12%-
HSV(B)128.48º89.19%43.53%-
XYZ6.0211.522.88-
YUV71.71102.285.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 111 (43.75% from 255) = 74.50%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=8.05%
G=74.50%
B=17.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12111260.8900.770.56128.4880.4924.12
HexC6F1A5904D38805018
Octal141573213101157020012030
Binary110011011111101010110010100110111100010000000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,26); }

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

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

 a { background-color: rgb(12,111,26); }

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

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

 span { border-color: rgb(12,111,26); }

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