#0C7E13

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

Shades of Green #0C7E13

Tints of Green #0C7E13

Color information

#0C7E13 (or 0x0C7E13) is unknown color: approx Green. HEX triplet: 0C, 7E and 13. RGB value is (12,126,19). Sum of RGB (Red+Green+Blue) = 12+126+19=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 126 (49.61% from 255 or 80.25% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7E13 is #F381EC. Grayscale: #505050. Windows color (decimal): -15958509 or 1277452. OLE color: 1277452.

HSL color Cylindrical-coordinate representation of color #0C7E13: hue angle of 123.68º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E13 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1212619-
CMYK0.9000.850.51
HSL123.68º82.61%27.06%-
HSV(B)123.68º90.48%49.41%-
XYZ7.7315.053.11-
YUV79.7293.7379.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 126 (49.61% from 255) = 80.25%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=7.64%
G=80.25%
B=12.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12126190.9000.850.51123.6882.6127.06
HexC7E135A055337c531b
Octal141762313201256317412333
Binary11001111110100111011010010101011100111111100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,19); }

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

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

 a { background-color: rgb(12,126,19); }

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

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

 span { border-color: rgb(12,126,19); }

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